Documentation of 'org.encog.ml.svm.training.EncodeSVMProblem' Java class
EncodeSVMProblem
org.encog.ml.svm.training

Class EncodeSVMProblem



  • public final class EncodeSVMProblem
    extends java.lang.Object
    Encode an Encog dataset as a SVM problem.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static svm_problem encode(MLDataSet training, int outputIndex)
      Encode the Encog dataset.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • encode

        public static svm_problem encode(MLDataSet training,
                                         int outputIndex)
        Encode the Encog dataset.
        Parameters:
        training - The training data.
        outputIndex - The ideal element to use, this is necessary because SVM's have only a single output. This value is typically zero.
        Returns:
        The SVM problem.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.