org.encog.util.benchmark
public class EncogBenchmark extends Object
| Constructor and Description |
|---|
EncogBenchmark(StatusReportable report)
Construct a benchmark object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBinaryScore() |
int |
getClScore() |
int |
getCpuScore() |
int |
getMemoryScore() |
String |
process()
Perform the benchmark.
|
public EncogBenchmark(StatusReportable report)
report - The object to report progress to.public String process()
public int getCpuScore()
public int getClScore()
public int getMemoryScore()
public int getBinaryScore()
Copyright © 2014. All Rights Reserved.