Method | Description | |
---|---|---|
CreateActivationFunction ( String name ) : IActivationFunction |
This plugin does not support activation functions, so it will always return null.
|
|
CreateMethod ( String methodType, String architecture, int input, int output ) : IMLMethod | ||
CreateTraining ( IMLMethod method, IMLDataSet training, String type, String args ) : IMLTrain |
public CreateActivationFunction ( String name ) : IActivationFunction | ||
name | String | Not used. |
return | IActivationFunction |
public CreateMethod ( String methodType, String architecture, int input, int output ) : IMLMethod | ||
methodType | String | |
architecture | String | |
input | int | |
output | int | |
return | IMLMethod |
public CreateTraining ( IMLMethod method, IMLDataSet training, String type, String args ) : IMLTrain | ||
method | IMLMethod | |
training | IMLDataSet | |
type | String | |
args | String | |
return | IMLTrain |