C# Class Encog.App.Analyst.CSV.Shuffle.ShuffleCSV

Inheritance: Encog.App.Analyst.CSV.Basic.BasicFile
Mostrar archivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
Analyze ( FileInfo inputFile, bool headers, CSVFormat format ) : void

Analyze the neural network.

Process ( FileInfo outputFile ) : void

Process, and generate the output file.

ShuffleCSV ( ) : System.IO

Construct the object.

Private Methods

Method Description
GetNextRow ( ReadCSV csv ) : LoadedRow

Get the next row from the underlying CSV file.

LoadBuffer ( ReadCSV csv ) : void

Load the buffer from the underlying file.

Method Details

Analyze() public method

Analyze the neural network.
public Analyze ( FileInfo inputFile, bool headers, CSVFormat format ) : void
inputFile System.IO.FileInfo The input file.
headers bool True, if there are headers.
format Encog.Util.CSV.CSVFormat The format of the CSV file.
return void

Process() public method

Process, and generate the output file.
public Process ( FileInfo outputFile ) : void
outputFile System.IO.FileInfo The output file.
return void

ShuffleCSV() public method

Construct the object.
public ShuffleCSV ( ) : System.IO
return System.IO