C# 클래스 Encog.App.Analyst.CSV.AnalystEvaluateCSV

상속: Encog.App.Analyst.CSV.Basic.BasicFile
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
Analyze ( EncogAnalyst theAnalyst, FileInfo inputFile, bool headers, CSVFormat format ) : void

Analyze the data. This counts the records and prepares the data to be processed.

Process ( FileInfo outputFile, IMLMethod method ) : void

Process the file.

비공개 메소드들

메소드 설명
PrepareOutputFile ( FileInfo outputFile ) : StreamWriter

Prepare the output file, write headers if needed.

메소드 상세

Analyze() 공개 메소드

Analyze the data. This counts the records and prepares the data to be processed.
public Analyze ( EncogAnalyst theAnalyst, FileInfo inputFile, bool headers, CSVFormat format ) : void
theAnalyst Encog.App.Analyst.EncogAnalyst The analyst to use.
inputFile System.IO.FileInfo The input file.
headers bool True if headers are present.
format Encog.Util.CSV.CSVFormat The format.
리턴 void

Process() 공개 메소드

Process the file.
public Process ( FileInfo outputFile, IMLMethod method ) : void
outputFile System.IO.FileInfo The output file.
method IMLMethod THe method to use.
리턴 void