org.encog.util.benchmark
Class EncogBenchmark
- java.lang.Object
-
- org.encog.util.benchmark.EncogBenchmark
-
public class EncogBenchmark extends java.lang.ObjectBenchmark Encog with several network types.
-
-
Constructor Summary
Constructors Constructor and Description EncogBenchmark(StatusReportable report)Construct a benchmark object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetBinaryScore()intgetClScore()intgetCpuScore()intgetMemoryScore()java.lang.Stringprocess()Perform the benchmark.
-
-
-
Constructor Detail
-
EncogBenchmark
public EncogBenchmark(StatusReportable report)
Construct a benchmark object.- Parameters:
report- The object to report progress to.
-
-
Method Detail
-
process
public java.lang.String 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.- Returns:
- The total time, which is the final Encog benchmark score.
-
getCpuScore
public int getCpuScore()
- Returns:
- the cpuScore
-
getClScore
public int getClScore()
- Returns:
- the clScore
-
getMemoryScore
public int getMemoryScore()
- Returns:
- the memoryScore
-
getBinaryScore
public int getBinaryScore()
- Returns:
- the binaryScore
-
-
DMelt 3.0 © DataMelt by jWork.ORG