C# 클래스 Encog.App.Analyst.CSV.Segregate.SegregateCSV

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

공개 메소드들

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

비공개 메소드들

메소드 설명
BalanceTargets ( ) : void

Balance the targets.

Validate ( ) : void

Validate that the data is correct.

메소드 상세

Analyze() 공개 메소드

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

Process() 공개 메소드

Process the input file and segregate into the output files.
public Process ( ) : void
리턴 void

SegregateCSV() 공개 메소드

Construct the object.
public SegregateCSV ( ) : System.Collections.Generic
리턴 System.Collections.Generic