C# Class Encog.Util.Banchmark.EncogBenchmark

Benchmark Encog with several network types.
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
EncogBenchmark ( IStatusReportable report ) : System

Construct a benchmark object.

Process ( ) : String

Perform the benchmark. Returns the total amount of time for all of the benchmarks. Returns the final score. The lower the better for a score.

Private Methods

Méthode Description
EvalBinary ( ) : void

Evaluate disk.

EvalCpu ( ) : void

Evaluate the CPU.

EvalMemory ( ) : void

Evaluate memory.

Method Details

EncogBenchmark() public méthode

Construct a benchmark object.
public EncogBenchmark ( IStatusReportable report ) : System
report IStatusReportable The object to report progress to.
Résultat System

Process() public méthode

Perform the benchmark. Returns the total amount of time for all of the benchmarks. Returns the final score. The lower the better for a score.
public Process ( ) : String
Résultat String