|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.plugin.system.SystemMethodsPlugin
public class SystemMethodsPlugin
The system machine learning methods plugin. This provides all of the built in machine learning methods for Encog.
Field Summary |
---|
Fields inherited from interface org.encog.plugin.EncogPluginBase |
---|
TYPE_LOGGING, TYPE_SERVICE |
Constructor Summary | |
---|---|
SystemMethodsPlugin()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemMethodsPlugin()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |