jnisvmlight
Class TrainingParameters
java.lang.Object
jnisvmlight.TrainingParameters
public class TrainingParameters
- extends java.lang.Object
The TrainingParameters object combines the KernelParm and LearnParam objects.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrainingParameters
public TrainingParameters()
- Initializes the training parameters with the default values for the kernel
and the learning parameters.
TrainingParameters
public TrainingParameters(LearnParam lp,
KernelParam kp)
- Initializes the training parameters with customized values for the kernel
and the learning parameters.
TrainingParameters
public TrainingParameters(java.lang.String[] argv)
getLearningParameters
public LearnParam getLearningParameters()
getKernelParameters
public KernelParam getKernelParameters()
setLearningParameters
public void setLearningParameters(LearnParam lp)
setKernelParameters
public void setKernelParameters(KernelParam kp)