C# Class Encog.App.Analyst.CSV.Segregate.SegregateCSV

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

Public Methods

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

Analyze the input file.

Process ( ) : void

Process the input file and segregate into the output files.

SegregateCSV ( ) : System.Collections.Generic

Construct the object.

Private Methods

Method Description
BalanceTargets ( ) : void

Balance the targets.

Validate ( ) : void

Validate that the data is correct.

Method Details

Analyze() public method

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

Process() public method

Process the input file and segregate into the output files.
public Process ( ) : void
return void

SegregateCSV() public method

Construct the object.
public SegregateCSV ( ) : System.Collections.Generic
return System.Collections.Generic