Package org.neuroph.util.benchmark

Provides microbenchmaarking framework for measuring and comparing Neuroph performance.

See:
          Description

Class Summary
Benchmark This class is main benchmark driver.
BenchmarkSample This is an example how to use Neuroph microbenchmarking framework
BenchmarkTask This class is an abstract base class for specific microbenchmarking tasks
BenchmarkTaskResults This class holds benchmarking results, elapsed times for all iterations and various statistics min, max, avg times and standard deviation
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
Stopwatch A class to help benchmark code, it simulates a real stop watch.
 

Package org.neuroph.util.benchmark Description

Provides microbenchmaarking framework for measuring and comparing Neuroph performance.



Copyright © 2012. All Rights Reserved.