Uses of Class
weka.classifiers.trees.ADTree

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

Uses of ADTree in weka.classifiers.trees
 

Methods in weka.classifiers.trees with parameters of type ADTree
 void ADTree.merge(ADTree mergeWith)
          Merges two trees together.
 

Uses of ADTree in weka.classifiers.trees.adtree
 

Methods in weka.classifiers.trees.adtree with parameters of type ADTree
 void PredictionNode.addChild(Splitter newChild, ADTree addingTo)
          Adds a child to this node.
 void PredictionNode.merge(PredictionNode merger, ADTree mergingTo)
          Merges this node with another.
 



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