Uses of Class
net.sf.myra.antree.representation.Statistics

Packages that use Statistics
net.sf.myra.antree   
net.sf.myra.antree.representation   
 

Uses of Statistics in net.sf.myra.antree
 

Methods in net.sf.myra.antree with parameters of type Statistics
 double ErrorBasedMetric.error(Node node, Statistics statistics)
          Returns the predicted error of the subtree represented by the specified node.
 double ErrorBasedMetric.rawError(Node node, Statistics statistics)
          Returns the (raw) error of the subtree represented by the specified node.
 

Uses of Statistics in net.sf.myra.antree.representation
 

Methods in net.sf.myra.antree.representation that return Statistics
 Statistics Tree.gather(net.sf.myra.datamining.data.Dataset dataset)
          Computes the nodes statistics.
 

Methods in net.sf.myra.antree.representation with parameters of type Statistics
 void Tree.setStatistics(Statistics statistics)
          Sets the nodes statistics to be used to deal with missing values.
 java.lang.String Tree.toString(Statistics statistics)
           
 



Copyright © 2013. All Rights Reserved.