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

Inheritance: Encog.App.Analyst.CSV.Basic.BasicFile
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
BalanceTargets ( ) : void

Balance the targets.

Validate ( ) : void

Validate that the data is correct.

Method Details

Analyze() public méthode

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.
Résultat void

Process() public méthode

Process the input file and segregate into the output files.
public Process ( ) : void
Résultat void

SegregateCSV() public méthode

Construct the object.
public SegregateCSV ( ) : System.Collections.Generic
Résultat System.Collections.Generic