C# Class Encog.App.Analyst.Analyze.PerformAnalysis

This class is used to perform an analysis of a CSV file. This will help Encog to determine how the fields should be normalized.
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
PerformAnalysis ( AnalystScript theScript, String theFilename, bool theHeaders, AnalystFileFormat theFormat ) : System

Construct the analysis object.

Process ( EncogAnalyst target ) : void

Perform the analysis.

ToString ( ) : String

Private Methods

Méthode Description
GenerateFields ( ReadCSV csv ) : void

Generate the header fields.

GenerateFieldsFromCount ( ReadCSV csv ) : void

Generate the fields using counts, no headers provided.

GenerateFieldsFromHeaders ( ReadCSV csv ) : void

Generate the fields using header values.

Method Details

PerformAnalysis() public méthode

Construct the analysis object.
public PerformAnalysis ( AnalystScript theScript, String theFilename, bool theHeaders, AnalystFileFormat theFormat ) : System
theScript Encog.App.Analyst.Script.AnalystScript The script to use.
theFilename String The name of the file to analyze.
theHeaders bool True if headers are present.
theFormat AnalystFileFormat The format of the file being analyzed.
Résultat System

Process() public méthode

Perform the analysis.
public Process ( EncogAnalyst target ) : void
target EncogAnalyst The Encog analyst object to analyze.
Résultat void

ToString() public final méthode

public final ToString ( ) : String
Résultat String