C# 클래스 Encog.App.Analyst.Commands.CmdTrain

This command is used to perform training on a machine learning method and dataset.
상속: Cmd
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
CmdTrain ( EncogAnalyst analyst ) : System

Construct the train command.

ExecuteCommand ( String args ) : bool

비공개 메소드들

메소드 설명
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.

메소드 상세

CmdTrain() 공개 메소드

Construct the train command.
public CmdTrain ( EncogAnalyst analyst ) : System
analyst EncogAnalyst The analyst to use.
리턴 System

ExecuteCommand() 공개 최종 메소드

public final ExecuteCommand ( String args ) : bool
args String
리턴 bool