Uses of Class
weka.classifiers.trees.adtree.ReferenceInstances

Packages that use ReferenceInstances
weka.classifiers.trees   
weka.classifiers.trees.adtree   
 

Uses of ReferenceInstances in weka.classifiers.trees
 

Fields in weka.classifiers.trees declared as ReferenceInstances
protected  ReferenceInstances ADTree.m_posTrainInstances
          The training instances with positive class - referencing the training dataset
protected  ReferenceInstances ADTree.m_negTrainInstances
          The training instances with negative class - referencing the training dataset
 

Uses of ReferenceInstances in weka.classifiers.trees.adtree
 

Methods in weka.classifiers.trees.adtree that return ReferenceInstances
abstract  ReferenceInstances Splitter.instancesDownBranch(int branch, Instances sourceInstances)
          Gets the subset of instances that apply to a particluar branch of the split.
 ReferenceInstances TwoWayNominalSplit.instancesDownBranch(int branch, Instances instances)
          Gets the subset of instances that apply to a particluar branch of the split.
 ReferenceInstances TwoWayNumericSplit.instancesDownBranch(int branch, Instances instances)
          Gets the subset of instances that apply to a particluar branch of the split.