C# Class 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.
Inheritance: Cmd
Mostrar archivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
CmdGenerate ( EncogAnalyst analyst ) : System

Construct this generate command.

ExecuteCommand ( String args ) : bool

Private Methods

Method Description
DetermineIdealFields ( CSVHeaders headerList ) : int[]

Determine the ideal fields.

DetermineInputFields ( CSVHeaders headerList ) : int[]

Determine the input fields.

Method Details

CmdGenerate() public method

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

ExecuteCommand() public final method

public final ExecuteCommand ( String args ) : bool
args String
return bool