C# 클래스 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.
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
PerformAnalysis ( AnalystScript theScript, String theFilename, bool theHeaders, AnalystFileFormat theFormat ) : System

Construct the analysis object.

Process ( EncogAnalyst target ) : void

Perform the analysis.

ToString ( ) : String

비공개 메소드들

메소드 설명
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.

메소드 상세

PerformAnalysis() 공개 메소드

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.
리턴 System

Process() 공개 메소드

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

ToString() 공개 최종 메소드

public final ToString ( ) : String
리턴 String