org.encog.plugin
public interface EncogPluginService1 extends EncogPluginBase
TYPE_LOGGING, TYPE_SERVICE
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.
|
getPluginDescription, getPluginName, getPluginServiceType, getPluginType
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.Copyright © 2014. All Rights Reserved.