|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EncogPluginService1
A service plugin provides services, such as the creation of activation functions, machine learning methods and training methods.
| Field Summary |
|---|
| Fields inherited from interface org.encog.plugin.EncogPluginBase |
|---|
TYPE_LOGGING, TYPE_SERVICE |
| 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. |
| Methods inherited from interface org.encog.plugin.EncogPluginBase |
|---|
getPluginDescription, getPluginName, getPluginServiceType, getPluginType |
| Method Detail |
|---|
ActivationFunction createActivationFunction(String name)
name - The name of the activation function.
MLMethod createMethod(String methodType,
String architecture,
int input,
int output)
methodType - The method to create.architecture - The architecture string.input - The input count.output - The output count.
MLTrain createTraining(MLMethod method,
MLDataSet training,
String type,
String args)
method - The method to train.training - The training data.type - Type type of trainer.args - The training args.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||