Method | Description | |
---|---|---|
CmdTrain ( EncogAnalyst analyst ) : System |
Construct the train command.
|
|
ExecuteCommand ( String args ) : bool |
|
Method | Description | |
---|---|---|
CreateTrainer ( IMLMethod method, IMLDataSet trainingSet ) : IMLTrain |
Create a trainer, use cross validation if enabled.
|
|
ObtainCross ( ) : int |
Obtain the number of folds for cross validation.
|
|
ObtainMethod ( ) : IMLMethod |
Obtain the ML method.
|
|
ObtainTrainingSet ( ) : IMLDataSet |
Obtain the training set.
|
|
PerformTraining ( IMLTrain train, IMLMethod method, IMLDataSet trainingSet ) : void |
Perform the training.
|
public CmdTrain ( EncogAnalyst analyst ) : System | ||
analyst | EncogAnalyst | The analyst to use. |
return | System |
public final ExecuteCommand ( String args ) : bool | ||
args | String | |
return | bool |