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

Packages that use ReferenceInstances
weka.classifiers.trees.adtree   
 

Uses of ReferenceInstances in weka.classifiers.trees.adtree
 

Methods in weka.classifiers.trees.adtree that return ReferenceInstances
 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.
abstract  ReferenceInstances Splitter.instancesDownBranch(int branch, Instances sourceInstances)
          Gets the subset of instances that apply to a particluar branch of the split.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.