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.
ファイルを表示 Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method 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

Method 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 method

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.
return System

Process() public method

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

ToString() public final method

public final ToString ( ) : String
return String