Documentation of 'org.encog.neural.pattern.SVMPattern' Java class
SVMPattern
org.encog.neural.pattern

Class SVMPattern

    • Constructor Detail

      • SVMPattern

        public SVMPattern()
    • Method Detail

      • addHiddenLayer

        public void addHiddenLayer(int count)
        Unused, a BAM has no hidden layers.
        Specified by:
        addHiddenLayer in interface NeuralNetworkPattern
        Parameters:
        count - Not used.
      • getInputNeurons

        public int getInputNeurons()
        Returns:
        The input neuron count.
      • getOutputNeurons

        public int getOutputNeurons()
        Returns:
        The input output count.
      • isRegression

        public boolean isRegression()
        Returns:
        True, if this is regression.
      • setInputNeurons

        public void setInputNeurons(int count)
        Set the number of input neurons.
        Specified by:
        setInputNeurons in interface NeuralNetworkPattern
        Parameters:
        count - The number of input neurons.
      • setKernelType

        public void setKernelType(KernelType kernelType)
        Set the kernel type.
        Parameters:
        kernelType - The kernel type.
      • setOutputNeurons

        public void setOutputNeurons(int count)
        Set the number of output neurons.
        Specified by:
        setOutputNeurons in interface NeuralNetworkPattern
        Parameters:
        count - The output neuron count.
      • setRegression

        public void setRegression(boolean regression)
        Set if regression is used.
        Parameters:
        regression - True if regression is used.
      • setSVMType

        public void setSVMType(SVMType svmType)
        Set the SVM type.
        Parameters:
        svmType - The SVM type.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.