Uses of Interface
moa.classifiers.core.attributeclassobservers.AttributeClassObserver
-
-
Uses of AttributeClassObserver in moa.classifiers.bayes
Fields in moa.classifiers.bayes with type parameters of type AttributeClassObserver Modifier and Type Field Description protected AutoExpandVector<AttributeClassObserver>
NaiveBayes. attributeObservers
Methods in moa.classifiers.bayes that return AttributeClassObserver Modifier and Type Method Description protected AttributeClassObserver
NaiveBayes. newNominalClassObserver()
protected AttributeClassObserver
NaiveBayes. newNumericClassObserver()
Method parameters in moa.classifiers.bayes with type arguments of type AttributeClassObserver Modifier and Type Method Description static double[]
NaiveBayes. doNaiveBayesPrediction(Instance inst, DoubleVector observedClassDistribution, AutoExpandVector<AttributeClassObserver> attributeObservers)
static double[]
NaiveBayes. doNaiveBayesPredictionLog(Instance inst, DoubleVector observedClassDistribution, AutoExpandVector<AttributeClassObserver> observers, AutoExpandVector<AttributeClassObserver> observers2)
-
Uses of AttributeClassObserver in moa.classifiers.core.attributeclassobservers
Subinterfaces of AttributeClassObserver in moa.classifiers.core.attributeclassobservers Modifier and Type Interface Description interface
DiscreteAttributeClassObserver
Interface for observing the class data distribution for a discrete (nominal) attribute.interface
NumericAttributeClassObserver
Interface for observing the class data distribution for a numeric attribute.Classes in moa.classifiers.core.attributeclassobservers that implement AttributeClassObserver Modifier and Type Class Description class
BinaryTreeNumericAttributeClassObserver
Class for observing the class data distribution for a numeric attribute using a binary tree.class
BinaryTreeNumericAttributeClassObserverRegression
Class for observing the class data distribution for a numeric attribute using a binary tree.class
FIMTDDNumericAttributeClassObserver
class
GaussianNumericAttributeClassObserver
Class for observing the class data distribution for a numeric attribute using gaussian estimators.class
GreenwaldKhannaNumericAttributeClassObserver
Class for observing the class data distribution for a numeric attribute using Greenwald and Khanna methodology.class
NominalAttributeClassObserver
Class for observing the class data distribution for a nominal attribute.class
NullAttributeClassObserver
Class for observing the class data distribution for a null attribute.class
VFMLNumericAttributeClassObserver
Class for observing the class data distribution for a numeric attribute as in VFML. -
Uses of AttributeClassObserver in moa.classifiers.rules
Fields in moa.classifiers.rules with type parameters of type AttributeClassObserver Modifier and Type Field Description protected AutoExpandVector<AttributeClassObserver>
RuleClassifier. attributeObservers
protected AutoExpandVector<AttributeClassObserver>
RuleClassifier. attributeObserversGauss
protected AutoExpandVector<AttributeClassObserver>
RuleClassification. observers
protected AutoExpandVector<AttributeClassObserver>
RuleClassification. observersGauss
Methods in moa.classifiers.rules that return AttributeClassObserver Modifier and Type Method Description protected AttributeClassObserver
RuleClassifier. newNominalClassObserver()
protected AttributeClassObserver
RuleClassifier. newNumericClassObserver()
protected AttributeClassObserver
RuleClassifier. newNumericClassObserver2()
Method parameters in moa.classifiers.rules with type arguments of type AttributeClassObserver Modifier and Type Method Description boolean
RuleClassifier. checkBestAttrib(double n, AutoExpandVector<AttributeClassObserver> observerss, DoubleVector observedClassDistribution)
void
RuleClassifier. theBestAttributes(Instance instance, AutoExpandVector<AttributeClassObserver> observersParameter)
-
Uses of AttributeClassObserver in moa.classifiers.rules.core
Methods in moa.classifiers.rules.core that return AttributeClassObserver Modifier and Type Method Description protected AttributeClassObserver
RuleActiveLearningNode. newNumericClassObserver()
Methods in moa.classifiers.rules.core that return types with arguments of type AttributeClassObserver Modifier and Type Method Description AutoExpandVector<AttributeClassObserver>
RuleActiveLearningNode. getAttributeObservers()
-
Uses of AttributeClassObserver in moa.classifiers.rules.core.attributeclassobservers
Classes in moa.classifiers.rules.core.attributeclassobservers that implement AttributeClassObserver Modifier and Type Class Description class
FIMTDDNumericAttributeClassLimitObserver
-
Uses of AttributeClassObserver in moa.classifiers.trees
Fields in moa.classifiers.trees with type parameters of type AttributeClassObserver Modifier and Type Field Description protected AutoExpandVector<AttributeClassObserver>
DecisionStump. attributeObservers
protected AutoExpandVector<AttributeClassObserver>
EFDT.ActiveLearningNode. attributeObservers
protected AutoExpandVector<AttributeClassObserver>
EFDT.EFDTSplitNode. attributeObservers
protected AutoExpandVector<AttributeClassObserver>
HoeffdingOptionTree.ActiveLearningNode. attributeObservers
protected AutoExpandVector<AttributeClassObserver>
HoeffdingTree.ActiveLearningNode. attributeObservers
Methods in moa.classifiers.trees that return AttributeClassObserver Modifier and Type Method Description protected AttributeClassObserver
DecisionStump. newNominalClassObserver()
protected AttributeClassObserver
EFDT. newNominalClassObserver()
protected AttributeClassObserver
HoeffdingOptionTree. newNominalClassObserver()
protected AttributeClassObserver
HoeffdingTree. newNominalClassObserver()
protected AttributeClassObserver
DecisionStump. newNumericClassObserver()
protected AttributeClassObserver
EFDT. newNumericClassObserver()
protected AttributeClassObserver
HoeffdingOptionTree. newNumericClassObserver()
protected AttributeClassObserver
HoeffdingTree. newNumericClassObserver()
-
Uses of AttributeClassObserver in moa.classifiers.trees.iadem
Subinterfaces of AttributeClassObserver in moa.classifiers.trees.iadem Modifier and Type Interface Description interface
IademNumericAttributeObserver
Classes in moa.classifiers.trees.iadem that implement AttributeClassObserver Modifier and Type Class Description class
IademGaussianNumericAttributeClassObserver
class
IademGreenwaldKhannaNumericAttributeClassObserver
class
IademVFMLNumericAttributeClassObserver
-