|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BenchmarkTask | |
|---|---|
| org.neuroph.util.benchmark | Provides microbenchmaarking framework for measuring and comparing Neuroph performance. |
| Uses of BenchmarkTask in org.neuroph.util.benchmark |
|---|
| Subclasses of BenchmarkTask in org.neuroph.util.benchmark | |
|---|---|
class |
MyBenchmarkTask
This class is example of custom benchmarking task for Multi Layer Perceptorn network Note that this benchmark only measures the speed at implementation level - the speed of data flow forward and backward through network |
| Methods in org.neuroph.util.benchmark with parameters of type BenchmarkTask | |
|---|---|
void |
Benchmark.addTask(BenchmarkTask task)
Adds specified benchmark task |
static void |
Benchmark.runTask(BenchmarkTask task)
Runs specified benchmark tasks, the basic benchmarking workflow. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||