|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.classifiers.meta.CVParameterSelection.CVParameter
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 |
private char m_ParamChar
private double m_Lower
private double m_Upper
private double m_Steps
private double m_ParamValue
private boolean m_AddAtEnd
private boolean m_RoundParam
Constructor Detail |
public CVParameterSelection.CVParameter(java.lang.String param) throws java.lang.Exception
Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |