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
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
CmdGenerate ( EncogAnalyst analyst ) : System

Construct this generate command.

ExecuteCommand ( String args ) : bool

Private Methods

Méthode Description
DetermineIdealFields ( CSVHeaders headerList ) : int[]

Determine the ideal fields.

DetermineInputFields ( CSVHeaders headerList ) : int[]

Determine the input fields.

Method Details

CmdGenerate() public méthode

Construct this generate command.
public CmdGenerate ( 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