C# Класс Encog.Util.Banchmark.EncogBenchmark

Benchmark Encog with several network types.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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