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, setWarmupIterations
public MyBenchmarkTask(String name)
public void prepareTest()
prepareTest
in class BenchmarkTask
public void runTest()
BenchmarkTask
runTest
in class BenchmarkTask
Copyright © 2019 Neuroph Project. All rights reserved.