Uses of Class
weka.core.NoSupportForMissingValuesException

Packages that use NoSupportForMissingValuesException
weka.classifiers.trees   
 

Uses of NoSupportForMissingValuesException in weka.classifiers.trees
 

Methods in weka.classifiers.trees that throw NoSupportForMissingValuesException
 double Id3.classifyInstance(Instance instance)
          Classifies a given test instance using the decision tree.
 double[] Id3.distributionForInstance(Instance instance)
          Computes class distribution for instance using decision tree.
 



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