메소드 | 설명 | |
---|---|---|
CreateActivationFunction ( String fn ) : IActivationFunction | ||
CreateMethod ( String methodType, String architecture, int input, int output ) : IMLMethod | ||
CreateTraining ( IMLMethod method, IMLDataSet training, String type, String args ) : IMLTrain |
메소드 | 설명 | |
---|---|---|
AllocateAF ( String name ) : IActivationFunction |
Allocate an activation function.
|
public CreateActivationFunction ( String fn ) : IActivationFunction | ||
fn | String | |
리턴 | IActivationFunction |
public CreateMethod ( String methodType, String architecture, int input, int output ) : IMLMethod | ||
methodType | String | |
architecture | String | |
input | int | |
output | int | |
리턴 | IMLMethod |
public CreateTraining ( IMLMethod method, IMLDataSet training, String type, String args ) : IMLTrain | ||
method | IMLMethod | |
training | IMLDataSet | |
type | String | |
args | String | |
리턴 | IMLTrain |