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 EncogPluginBase
public final String getPluginName()
getPluginName
in interface EncogPluginBase
public final int getPluginType()
getPluginType
in interface EncogPluginBase
public ActivationFunction createActivationFunction(String name)
createActivationFunction
in interface EncogPluginService1
name
- The name of the activation function.public MLMethod createMethod(String methodType, String architecture, int input, int output)
createMethod
in interface EncogPluginService1
methodType
- 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 EncogPluginService1
method
- The method to train.training
- The training data.type
- Type type of trainer.args
- The training args.public int getPluginServiceType()
getPluginServiceType
in interface EncogPluginBase
Copyright © 2014. All Rights Reserved.