Uses of Class
moa.core.AutoExpandVector
-
-
Uses of AutoExpandVector in moa.classifiers.bayes
Fields in moa.classifiers.bayes declared as AutoExpandVector Modifier and Type Field Description protected AutoExpandVector<AttributeClassObserver>
NaiveBayes. attributeObservers
Methods in moa.classifiers.bayes with parameters of type AutoExpandVector 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 AutoExpandVector in moa.classifiers.core.attributeclassobservers
Fields in moa.classifiers.core.attributeclassobservers declared as AutoExpandVector Modifier and Type Field Description protected AutoExpandVector<GaussianEstimator>
GaussianNumericAttributeClassObserver. attValDistPerClass
protected AutoExpandVector<GreenwaldKhannaQuantileSummary>
GreenwaldKhannaNumericAttributeClassObserver. attValDistPerClass
AutoExpandVector<DoubleVector>
NominalAttributeClassObserver. attValDistPerClass
-
Uses of AutoExpandVector in moa.classifiers.multilabel.trees
Fields in moa.classifiers.multilabel.trees declared as AutoExpandVector Modifier and Type Field Description protected AutoExpandVector<AttributeStatisticsObserver>
ISOUPTree.LeafNode. attributeObservers
protected AutoExpandVector<ISOUPTree.Node>
ISOUPTree.InnerNode. children
-
Uses of AutoExpandVector in moa.classifiers.rules
Fields in moa.classifiers.rules declared as AutoExpandVector 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 with parameters of type AutoExpandVector Modifier and Type Method Description boolean
RuleClassifier. checkBestAttrib(double n, AutoExpandVector<AttributeClassObserver> observerss, DoubleVector observedClassDistribution)
void
RuleClassifier. findBestValEntropyNominalAtt(AutoExpandVector<DoubleVector> attrib, int attNumValues)
void
RuleClassifier. theBestAttributes(Instance instance, AutoExpandVector<AttributeClassObserver> observersParameter)
-
Uses of AutoExpandVector in moa.classifiers.rules.core
Methods in moa.classifiers.rules.core that return AutoExpandVector Modifier and Type Method Description AutoExpandVector<AttributeClassObserver>
RuleActiveLearningNode. getAttributeObservers()
-
Uses of AutoExpandVector in moa.classifiers.rules.multilabel.core
Fields in moa.classifiers.rules.multilabel.core declared as AutoExpandVector Modifier and Type Field Description protected AutoExpandVector<AttributeStatisticsObserver>
LearningLiteral. attributeObservers
-
Uses of AutoExpandVector in moa.classifiers.trees
Methods in moa.classifiers.trees that return AutoExpandVector Modifier and Type Method Description AutoExpandVector<HoeffdingTree.Node>
HoeffdingTree.SplitNode. getChildren()
-
Uses of AutoExpandVector in moa.classifiers.trees.iadem
Fields in moa.classifiers.trees.iadem declared as AutoExpandVector Modifier and Type Field Description protected AutoExpandVector<Iadem3Subtree>
Iadem3.AdaptiveSplitNode. alternativeTree
AutoExpandVector<Iadem2.Node>
Iadem2.SplitNode. children
protected AutoExpandVector<DoubleVector>
Iadem2.NominalVirtualNode. nominalAttClassObserver
protected AutoExpandVector<Iadem3Subtree>
Iadem3. subtreeList
protected AutoExpandVector<Iadem2.VirtualNode>
Iadem2.LeafNode. virtualChildren
Methods in moa.classifiers.trees.iadem that return AutoExpandVector Modifier and Type Method Description AutoExpandVector<DoubleVector>
Iadem2.NominalVirtualNode. getNominalAttClassObserver()
AutoExpandVector<Iadem2.VirtualNode>
Iadem2.LeafNode. getVirtualChildren()
Methods in moa.classifiers.trees.iadem with parameters of type AutoExpandVector Modifier and Type Method Description void
Iadem2.SplitNode. setChild(AutoExpandVector<Iadem2.Node> children)
void
Iadem2.LeafNode. setVirtualChildren(AutoExpandVector<Iadem2.VirtualNode> virtualChildren)
-
Uses of AutoExpandVector in moa.cluster
Methods in moa.cluster that return AutoExpandVector Modifier and Type Method Description AutoExpandVector<Cluster>
Clustering. getClustering()
AutoExpandVector<Cluster>
Clustering. getClusteringCopy()
Constructors in moa.cluster with parameters of type AutoExpandVector Constructor Description Clustering(AutoExpandVector<Cluster> clusters)
-
Uses of AutoExpandVector in moa.streams.filters
Fields in moa.streams.filters declared as AutoExpandVector Modifier and Type Field Description protected AutoExpandVector<Object>
AddNoiseFilter. attValObservers
-