weka.classifiers.meta
Class CVParameterSelection.CVParameter

java.lang.Object
  extended byweka.classifiers.meta.CVParameterSelection.CVParameter
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CVParameterSelection

protected class CVParameterSelection.CVParameter
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  boolean m_AddAtEnd
          True if the parameter should be added at the end of the argument list
private  double m_Lower
          Lower bound for the CV search
private  char m_ParamChar
          Char used to identify the option of interest
private  double m_ParamValue
          The parameter value with the best performance
private  boolean m_RoundParam
          True if the parameter should be rounded to an integer
private  double m_Steps
          Increment during the search
private  double m_Upper
          Upper bound for the CV search
 
Constructor Summary
CVParameterSelection.CVParameter(java.lang.String param)
          Constructs a CVParameter.
 
Method Summary
 java.lang.String toString()
          Returns a CVParameter as a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_ParamChar

private char m_ParamChar
Char used to identify the option of interest


m_Lower

private double m_Lower
Lower bound for the CV search


m_Upper

private double m_Upper
Upper bound for the CV search


m_Steps

private double m_Steps
Increment during the search


m_ParamValue

private double m_ParamValue
The parameter value with the best performance


m_AddAtEnd

private boolean m_AddAtEnd
True if the parameter should be added at the end of the argument list


m_RoundParam

private boolean m_RoundParam
True if the parameter should be rounded to an integer

Constructor Detail

CVParameterSelection.CVParameter

public CVParameterSelection.CVParameter(java.lang.String param)
                                 throws java.lang.Exception
Constructs a CVParameter.

Method Detail

toString

public java.lang.String toString()
Returns a CVParameter as a string.