Uses of Class
org.debellor.core.Parameters

Packages that use Parameters
org.debellor.core   
org.debellor.core.exception.parameters   
org.debellor.core.parameters   
org.debellor.rseslib   
org.debellor.weka   
 

Uses of Parameters in org.debellor.core
 

Fields in org.debellor.core declared as Parameters
protected  Parameters Cell.parameters
          Values of parameters passed from the client, to be used in Cell.learn() and/or during activity of the cell (Cell.open(), Cell.Stream.next(), Cell.Stream.close()).
 

Methods in org.debellor.core that return Parameters
 Parameters Parameters.copy()
          Returns deep copy of this object
 Parameters Cell.getParameters()
          Returns currently set parameters of the cell.
 

Methods in org.debellor.core with parameters of type Parameters
 void Cell.setParameters(Parameters parameters)
          Sets parameters of this cell, to be used by the cell during learning or data processing.
 

Uses of Parameters in org.debellor.core.exception.parameters
 

Constructors in org.debellor.core.exception.parameters with parameters of type Parameters
IllegalParameterValueException(java.lang.String name, Parameters parameters)
           
 

Uses of Parameters in org.debellor.core.parameters
 

Methods in org.debellor.core.parameters that return Parameters
 Parameters ParametersInfo.getDefaultValues()
          Returns default values of parameters as a Parameters instance that can be passed directly to Cell.setParameters(org.debellor.core.Parameters).
 

Uses of Parameters in org.debellor.rseslib
 

Methods in org.debellor.rseslib with parameters of type Parameters
static java.util.Properties ParamConverter.propertiesFrom(Parameters params, java.lang.Class<? extends rseslib.processing.classification.Classifier> classifier)
           
 

Uses of Parameters in org.debellor.weka
 

Methods in org.debellor.weka with parameters of type Parameters
static void ParamConverter.setWekaOptions(java.lang.Object wekaTarget, Parameters p)
          Converts Debellor parameters and passes to Weka algorithm.