C# Class Encog.App.Analyst.Report.AnalystReport

Mostrar archivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
AnalystReport ( EncogAnalyst theAnalyst ) : System

Construct the report.

ProduceReport ( ) : String

Produce the report.

ProduceReport ( FileInfo filename ) : void

Produce a report for a filename.

Private Methods

Method Description
AnalyzeFile ( ) : void

Analyze the file.

Method Details

AnalystReport() public method

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

ProduceReport() public method

Produce the report.
public ProduceReport ( ) : String
return String

ProduceReport() public method

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