C# Class Encog.Util.Banchmark.EncogBenchmark

Benchmark Encog with several network types.
Datei anzeigen Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method 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

Method Description
EvalBinary ( ) : void

Evaluate disk.

EvalCpu ( ) : void

Evaluate the CPU.

EvalMemory ( ) : void

Evaluate memory.

Method Details

EncogBenchmark() public method

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

Process() public method

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
return String