public class MyBenchmarkTask extends BenchmarkTask
| Constructor and Description |
|---|
MyBenchmarkTask(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
prepareTest()
Benchmrk preparation consists of training set and neural networ creatiion.
|
void |
runTest()
This method should hold the code to benchmark
|
getName, getTestIterations, getWarmupIterations, setName, setTestIterations, setWarmupIterationspublic MyBenchmarkTask(String name)
public void prepareTest()
prepareTest in class BenchmarkTaskpublic void runTest()
BenchmarkTaskrunTest in class BenchmarkTaskCopyright © 2019 Neuroph Project. All rights reserved.