Documentation of 'org.encog.ml.factory.train.SVMSearchFactory' Java class
SVMSearchFactory
org.encog.ml.factory.train

Class SVMSearchFactory



  • public class SVMSearchFactory
    extends java.lang.Object
    A factory that creates SVM-search trainers.
    • Constructor Summary

      Constructors 
      Constructor and Description
      SVMSearchFactory() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      MLTrain create(MLMethod method, MLDataSet training, java.lang.String argsStr)
      Create a SVM trainer.
      • Methods inherited from class java.lang.Object

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

      • PROPERTY_GAMMA1

        public static final java.lang.String PROPERTY_GAMMA1
        Property for gamma.
        See Also:
        Constant Field Values
      • PROPERTY_C1

        public static final java.lang.String PROPERTY_C1
        Property for constant.
        See Also:
        Constant Field Values
      • PROPERTY_GAMMA2

        public static final java.lang.String PROPERTY_GAMMA2
        Property for gamma.
        See Also:
        Constant Field Values
      • PROPERTY_C2

        public static final java.lang.String PROPERTY_C2
        Property for constant.
        See Also:
        Constant Field Values
      • PROPERTY_GAMMA_STEP

        public static final java.lang.String PROPERTY_GAMMA_STEP
        Property for gamma.
        See Also:
        Constant Field Values
      • PROPERTY_C_STEP

        public static final java.lang.String PROPERTY_C_STEP
        Property for constant.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SVMSearchFactory

        public SVMSearchFactory()
    • Method Detail

      • create

        public MLTrain create(MLMethod method,
                              MLDataSet training,
                              java.lang.String argsStr)
        Create a SVM trainer.
        Parameters:
        method - The method to use.
        training - The training data to use.
        argsStr - The arguments to use.
        Returns:
        The newly created trainer.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.