C# 클래스 Encog.App.Analyst.Report.AnalystReport

파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
AnalystReport ( EncogAnalyst theAnalyst ) : System

Construct the report.

ProduceReport ( ) : String

Produce the report.

ProduceReport ( FileInfo filename ) : void

Produce a report for a filename.

비공개 메소드들

메소드 설명
AnalyzeFile ( ) : void

Analyze the file.

메소드 상세

AnalystReport() 공개 메소드

Construct the report.
public AnalystReport ( EncogAnalyst theAnalyst ) : System
theAnalyst Encog.App.Analyst.EncogAnalyst The analyst to use.
리턴 System

ProduceReport() 공개 메소드

Produce the report.
public ProduceReport ( ) : String
리턴 String

ProduceReport() 공개 메소드

Produce a report for a filename.
public ProduceReport ( FileInfo filename ) : void
filename System.IO.FileInfo The filename.
리턴 void