Uses of Class
weka.core.Check

Packages that use Check
weka.associations   
weka.attributeSelection   
weka.classifiers   
weka.classifiers.functions.supportVector   
weka.clusterers   
weka.core   
 

Uses of Check in weka.associations
 

Subclasses of Check in weka.associations
 class CheckAssociator
          Class for examining the capabilities and finding problems with associators.
 

Uses of Check in weka.attributeSelection
 

Subclasses of Check in weka.attributeSelection
 class CheckAttributeSelection
          Class for examining the capabilities and finding problems with attribute selection schemes.
 

Uses of Check in weka.classifiers
 

Subclasses of Check in weka.classifiers
 class CheckClassifier
          Class for examining the capabilities and finding problems with classifiers.
 

Uses of Check in weka.classifiers.functions.supportVector
 

Subclasses of Check in weka.classifiers.functions.supportVector
 class CheckKernel
          Class for examining the capabilities and finding problems with kernels.
 

Uses of Check in weka.clusterers
 

Subclasses of Check in weka.clusterers
 class CheckClusterer
          Class for examining the capabilities and finding problems with clusterers.
 

Uses of Check in weka.core
 

Subclasses of Check in weka.core
 class CheckGOE
          Simple command line checking of classes that are editable in the GOE.

Usage:

CheckGOE -W classname -- test options

Valid options are:

 class CheckOptionHandler
          Simple command line checking of classes that implement OptionHandler.

Usage:

CheckOptionHandler -W optionHandlerClassName -- test options

Valid options are:

 class CheckScheme
          Abstract general class for testing schemes in Weka.
 



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