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
Показать файл Открыть проект

Открытые методы

Метод Описание
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