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

This command is used to generate the binary EGB file from a CSV file. The resulting file can be used for training.
상속: Cmd
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

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

Construct this generate command.

ExecuteCommand ( String args ) : bool

비공개 메소드들

메소드 설명
DetermineIdealFields ( CSVHeaders headerList ) : int[]

Determine the ideal fields.

DetermineInputFields ( CSVHeaders headerList ) : int[]

Determine the input fields.

메소드 상세

CmdGenerate() 공개 메소드

Construct this generate command.
public CmdGenerate ( EncogAnalyst analyst ) : System
analyst EncogAnalyst The analyst to use.
리턴 System

ExecuteCommand() 공개 최종 메소드

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