C# Class Encog.App.Analyst.CSV.Sort.SortCSV

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

Public Methods

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

Process, and sort the files.

SortCSV ( ) : System

Construct the object.

Private Methods

Method Description
ReadInputFile ( ) : void

Read the input file.

SortData ( ) : void

Sort the loaded data.

WriteOutputFile ( FileInfo outputFile ) : void

Write the sorted output file.

Method Details

Process() public method

Process, and sort the files.
public Process ( FileInfo inputFile, FileInfo outputFile, bool headers, CSVFormat format ) : void
inputFile System.IO.FileInfo The input file.
outputFile System.IO.FileInfo The output file.
headers bool True, if headers are to be used.
format Encog.Util.CSV.CSVFormat The format of the file.
return void

SortCSV() public method

Construct the object.
public SortCSV ( ) : System
return System