Uses of Class
weka.core.setupgenerator.AbstractParameter

Packages that use AbstractParameter
adams.flow.source   
weka.classifiers.meta   
weka.core   
weka.core.setupgenerator   
 

Uses of AbstractParameter in adams.flow.source
 

Methods in adams.flow.source that return AbstractParameter
protected  AbstractParameter[] WekaClustererGenerator.getDefaultParameters()
          Returns the default parameters.
protected  AbstractParameter[] WekaClassifierGenerator.getDefaultParameters()
          Returns the default parameters.
protected abstract  AbstractParameter[] AbstractWekaSetupGenerator.getDefaultParameters()
          Returns the default parameters.
protected  AbstractParameter[] WekaFilterGenerator.getDefaultParameters()
          Returns the default parameters.
 AbstractParameter[] AbstractWekaSetupGenerator.getParameters()
          Returns the setup parameters.
 

Methods in adams.flow.source with parameters of type AbstractParameter
 void AbstractWekaSetupGenerator.setParameters(AbstractParameter[] value)
          Sets the setup parameters.
 

Uses of AbstractParameter in weka.classifiers.meta
 

Fields in weka.classifiers.meta declared as AbstractParameter
protected  AbstractParameter[] MultiSearch.m_DefaultParameters
          the default parameters.
 

Methods in weka.classifiers.meta that return AbstractParameter
 AbstractParameter[] MultiSearch.getSearchParameters()
          Returns the search parameters.
 

Methods in weka.classifiers.meta with parameters of type AbstractParameter
 void MultiSearch.setSearchParameters(AbstractParameter[] value)
          Sets the search parameters.
 

Uses of AbstractParameter in weka.core
 

Fields in weka.core declared as AbstractParameter
protected  AbstractParameter[] SetupGenerator.m_Parameters
          the parameters.
 

Methods in weka.core that return AbstractParameter
 AbstractParameter[] SetupGenerator.getParameters()
          Returns the current parameters.
 

Methods in weka.core with parameters of type AbstractParameter
 void SetupGenerator.setParameters(AbstractParameter[] value)
          Sets the parameters to use as basis for the setups.
 

Uses of AbstractParameter in weka.core.setupgenerator
 

Subclasses of AbstractParameter in weka.core.setupgenerator
 class ListParameter
          Container class for search parameters.
 class MathParameter
          Container class for search parameters.
 

Constructors in weka.core.setupgenerator with parameters of type AbstractParameter
SpaceDimension(AbstractParameter param)
          initializes the dimension (for numeric values).
 



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