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

Packages that use PredictionNode
weka.classifiers.trees.adtree   
 

Uses of PredictionNode in weka.classifiers.trees.adtree
 

Methods in weka.classifiers.trees.adtree that return PredictionNode
 PredictionNode TwoWayNominalSplit.getChildForBranch(int branchNum)
          Gets the child for a branch of the split.
 PredictionNode TwoWayNumericSplit.getChildForBranch(int branchNum)
          Gets the child for a branch of the split.
abstract  PredictionNode Splitter.getChildForBranch(int branchNum)
          Gets the child for a branch of the split.
 

Methods in weka.classifiers.trees.adtree with parameters of type PredictionNode
 void PredictionNode.merge(PredictionNode merger, ADTree mergingTo)
          Merges this node with another.
 void TwoWayNominalSplit.setChildForBranch(int branchNum, PredictionNode childPredictor)
          Sets the child for a branch of the split.
 void TwoWayNumericSplit.setChildForBranch(int branchNum, PredictionNode childPredictor)
          Sets the child for a branch of the split.
abstract  void Splitter.setChildForBranch(int branchNum, PredictionNode childPredictor)
          Sets the child for a branch of the split.
 



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