C# Class Encog.App.Analyst.CSV.Basic.LoadedRow

Datei anzeigen Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
LoadedRow ( ReadCSV csv ) : System

Load a row from the specified CSV file.

LoadedRow ( ReadCSV csv, int extra ) : System

Construct a loaded row.

Method Details

LoadedRow() public method

Load a row from the specified CSV file.
public LoadedRow ( ReadCSV csv ) : System
csv Encog.Util.CSV.ReadCSV The CSV file to use.
return System

LoadedRow() public method

Construct a loaded row.
public LoadedRow ( ReadCSV csv, int extra ) : System
csv Encog.Util.CSV.ReadCSV The CSV file to use.
extra int The number of extra columns to add.
return System