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

Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
AnalyzeFile ( ) : void

Analyze the file.

Method Details

AnalystReport() public méthode

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

ProduceReport() public méthode

Produce the report.
public ProduceReport ( ) : String
Résultat String

ProduceReport() public méthode

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