C# 클래스 Encog.Util.Banchmark.EncogBenchmark

Benchmark Encog with several network types.
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
EvalBinary ( ) : void

Evaluate disk.

EvalCpu ( ) : void

Evaluate the CPU.

EvalMemory ( ) : void

Evaluate memory.

메소드 상세

EncogBenchmark() 공개 메소드

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

Process() 공개 메소드

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
리턴 String