methods
Class Params
java.lang.Object
methods.Params
public class Params
- extends java.lang.Object
Constructor Summary |
Params(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
args
private java.lang.String[] args
Num_RangeAsNewFeature
public static final int Num_RangeAsNewFeature
- See Also:
- Constant Field Values
Num_ReplaceWithMean
public static final int Num_ReplaceWithMean
- See Also:
- Constant Field Values
Num_MinMaxFeatures
public static final int Num_MinMaxFeatures
- See Also:
- Constant Field Values
Num_PDF
public static final int Num_PDF
- See Also:
- Constant Field Values
Cat_GenAsNewFeature
public static final int Cat_GenAsNewFeature
- See Also:
- Constant Field Values
Cat_PathToRoot
public static final int Cat_PathToRoot
- See Also:
- Constant Field Values
Cat_SetLeaves
public static final int Cat_SetLeaves
- See Also:
- Constant Field Values
Cat_PDF
public static final int Cat_PDF
- See Also:
- Constant Field Values
Ker_LINEAR
public static final int Ker_LINEAR
- See Also:
- Constant Field Values
Ker_POLY
public static final int Ker_POLY
- See Also:
- Constant Field Values
Ker_RBF
public static final int Ker_RBF
- See Also:
- Constant Field Values
Ker_SIGMOID
public static final int Ker_SIGMOID
- See Also:
- Constant Field Values
Ker_PRECOMPUTED
public static final int Ker_PRECOMPUTED
- See Also:
- Constant Field Values
usePDFExpected
public boolean usePDFExpected
useUniformExpected
public boolean useUniformExpected
numericRepOption
public int numericRepOption
categoricalRepOption
public int categoricalRepOption
kernelType
public int kernelType
Params
public Params(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
checkParameterValiditiy
private void checkParameterValiditiy()
throws java.lang.Exception
- Throws:
java.lang.Exception
isSet
private java.lang.String isSet(java.lang.String optionKey)