Documentation of 'org.encog.ml.model.config.PNNConfig' Java class
PNNConfig
org.encog.ml.model.config

Class PNNConfig

  • All Implemented Interfaces:
    MethodConfig


    public class PNNConfig
    extends java.lang.Object
    implements MethodConfig
    Config class for EncogModel to use a PNN neural network.
    • Constructor Detail

      • PNNConfig

        public PNNConfig()
    • Method Detail

      • getMethodName

        public java.lang.String getMethodName()
        Specified by:
        getMethodName in interface MethodConfig
        Returns:
        The method name.
      • suggestModelArchitecture

        public java.lang.String suggestModelArchitecture(VersatileMLDataSet dataset)
        Suggest a model architecture, based on a dataset.
        Specified by:
        suggestModelArchitecture in interface MethodConfig
        Parameters:
        dataset - The dataset.
        Returns:
        The model architecture.
      • suggestTrainingType

        public java.lang.String suggestTrainingType()
        Suggest a training type.
        Specified by:
        suggestTrainingType in interface MethodConfig
        Returns:
        The training type.
      • suggestTrainingArgs

        public java.lang.String suggestTrainingArgs(java.lang.String trainingType)
        Suggest training arguments.
        Specified by:
        suggestTrainingArgs in interface MethodConfig
        Parameters:
        trainingType - The training type.
        Returns:
        The training arguments.
      • determineOutputCount

        public int determineOutputCount(VersatileMLDataSet dataset)
        Determine the needed output count.
        Specified by:
        determineOutputCount in interface MethodConfig
        Parameters:
        dataset - The dataset.
        Returns:
        The needed output count.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.