Documentation of 'org.encog.plugin.EncogPluginService1' Java class
EncogPluginService1
org.encog.plugin

Interface EncogPluginService1

    • Method Detail

      • createActivationFunction

        ActivationFunction createActivationFunction(java.lang.String name)
        Create an activation function.
        Parameters:
        name - The name of the activation function.
        Returns:
        The newly created activation function.
      • createMethod

        MLMethod createMethod(java.lang.String methodType,
                              java.lang.String architecture,
                              int input,
                              int output)
        Create a new machine learning method.
        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

        MLTrain createTraining(MLMethod method,
                               MLDataSet training,
                               java.lang.String type,
                               java.lang.String args)
        Create a trainer.
        Parameters:
        method - The method to train.
        training - The training data.
        type - Type type of trainer.
        args - The training args.
        Returns:
        The new training method.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.