public interface EncogPluginService1 extends EncogPluginBase
TYPE_LOGGING, TYPE_SERVICE| Modifier and Type | Method and Description |
|---|---|
ActivationFunction |
createActivationFunction(java.lang.String name)
Create an activation function.
|
MLMethod |
createMethod(java.lang.String methodType,
java.lang.String architecture,
int input,
int output)
Create a new machine learning method.
|
MLTrain |
createTraining(MLMethod method,
MLDataSet training,
java.lang.String type,
java.lang.String args)
Create a trainer.
|
getPluginDescription, getPluginName, getPluginServiceType, getPluginTypeActivationFunction createActivationFunction(java.lang.String name)
name - The name of the activation function.MLMethod createMethod(java.lang.String methodType, java.lang.String architecture, int input, int output)
methodType - The method to create.architecture - The architecture string.input - The input count.output - The output count.