Uses of Class
weka.core.Option

Packages that use Option
weka.associations   
weka.classifiers.bayes   
weka.classifiers.functions   
weka.classifiers.misc   
weka.filters.unsupervised.attribute   
 

Uses of Option in weka.associations
 

Methods in weka.associations that return types with arguments of type Option
 Enumeration<Option> FPGrowth.listOptions()
          Returns an enumeration describing the available options.
 

Uses of Option in weka.classifiers.bayes
 

Methods in weka.classifiers.bayes that return types with arguments of type Option
 Enumeration<Option> NaiveBayesMultinomialText.listOptions()
          Returns an enumeration describing the available options.
 

Uses of Option in weka.classifiers.functions
 

Methods in weka.classifiers.functions that return types with arguments of type Option
 Enumeration<Option> SGD.listOptions()
          Returns an enumeration describing the available options.
 Enumeration<Option> SGDText.listOptions()
          Returns an enumeration describing the available options.
 

Uses of Option in weka.classifiers.misc
 

Methods in weka.classifiers.misc that return types with arguments of type Option
 Enumeration<Option> InputMappedClassifier.listOptions()
          Returns an enumeration describing the available options.
 

Uses of Option in weka.filters.unsupervised.attribute
 

Methods in weka.filters.unsupervised.attribute that return types with arguments of type Option
 Enumeration<Option> StringToNominal.listOptions()
          Returns an enumeration describing the available options.
 



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