org.encog.plugin.system
public class SystemMethodsPlugin extends Object implements EncogPluginService1
TYPE_LOGGING, TYPE_SERVICE| Constructor and Description |
|---|
SystemMethodsPlugin() |
| Modifier and Type | Method and Description |
|---|---|
ActivationFunction |
createActivationFunction(String name)
Create an activation function.
|
MLMethod |
createMethod(String methodType,
String architecture,
int input,
int output)
Create a new machine learning method.
|
MLTrain |
createTraining(MLMethod method,
MLDataSet training,
String type,
String args)
Create a trainer.
|
String |
getPluginDescription() |
String |
getPluginName() |
int |
getPluginServiceType() |
int |
getPluginType() |
public final String getPluginDescription()
getPluginDescription in interface EncogPluginBasepublic final String getPluginName()
getPluginName in interface EncogPluginBasepublic final int getPluginType()
getPluginType in interface EncogPluginBasepublic ActivationFunction createActivationFunction(String name)
createActivationFunction in interface EncogPluginService1name - The name of the activation function.public MLMethod createMethod(String methodType, String architecture, int input, int output)
createMethod in interface EncogPluginService1methodType - The method to create.architecture - The architecture string.input - The input count.output - The output count.public MLTrain createTraining(MLMethod method, MLDataSet training, String type, String args)
createTraining in interface EncogPluginService1method - The method to train.training - The training data.type - Type type of trainer.args - The training args.public int getPluginServiceType()
getPluginServiceType in interface EncogPluginBaseCopyright © 2014. All Rights Reserved.