Documentation of 'org.encog.plugin.system.SystemTrainingPlugin' Java class
SystemTrainingPlugin
org.encog.plugin.system

Class SystemTrainingPlugin

    • Constructor Detail

      • SystemTrainingPlugin

        public SystemTrainingPlugin()
    • Method Detail

      • getPluginDescription

        public final java.lang.String getPluginDescription()
        Specified by:
        getPluginDescription in interface EncogPluginBase
        Returns:
        The plugin description.
      • getPluginName

        public final java.lang.String getPluginName()
        Specified by:
        getPluginName in interface EncogPluginBase
        Returns:
        The name of the plugin.
      • getPluginType

        public final int getPluginType()
        Specified by:
        getPluginType in interface EncogPluginBase
        Returns:
        This is a type-1 plugin.
      • createActivationFunction

        public ActivationFunction createActivationFunction(java.lang.String name)
        This plugin does not support activation functions, so it will always return null.
        Specified by:
        createActivationFunction in interface EncogPluginService1
        Parameters:
        name - The name of the activation function.
        Returns:
        Null, because this plugin does not support activation functions.
      • createMethod

        public MLMethod createMethod(java.lang.String methodType,
                                     java.lang.String architecture,
                                     int input,
                                     int output)
        Description copied from interface: EncogPluginService1
        Create a new machine learning method.
        Specified by:
        createMethod in interface EncogPluginService1
        Parameters:
        methodType - The method to create.
        architecture - The architecture string.
        input - The input count.
        output - The output count.
        Returns:
        The newly created machine learning method.
      • createTraining

        public MLTrain createTraining(MLMethod method,
                                      MLDataSet training,
                                      java.lang.String type,
                                      java.lang.String args)
        Description copied from interface: EncogPluginService1
        Create a trainer.
        Specified by:
        createTraining in interface EncogPluginService1
        Parameters:
        method - The method to train.
        training - The training data.
        type - Type type of trainer.
        args - The training args.
        Returns:
        The new training method.
      • getPluginServiceType

        public int getPluginServiceType()
        Specified by:
        getPluginServiceType in interface EncogPluginBase
        Returns:
        The service type provided by this plugin.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.