C# Class Encog.App.Analyst.Commands.CmdTrain

This command is used to perform training on a machine learning method and dataset.
Inheritance: Cmd
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
CmdTrain ( EncogAnalyst analyst ) : System

Construct the train command.

ExecuteCommand ( String args ) : bool

Private Methods

Méthode 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.

Method Details

CmdTrain() public méthode

Construct the train command.
public CmdTrain ( EncogAnalyst analyst ) : System
analyst EncogAnalyst The analyst to use.
Résultat System

ExecuteCommand() public final méthode

public final ExecuteCommand ( String args ) : bool
args String
Résultat bool