de.htwdd.rosenkoenig.neuro.net.examples
Class Benchmark

java.lang.Object
  extended by de.htwdd.rosenkoenig.neuro.net.examples.Benchmark

public class Benchmark
extends java.lang.Object

The Benchmark was used during the development of the neural network classes to provide some performance testing, especially on the teaching algorithms.


Field Summary
private static java.lang.String FILENAME
           
 
Constructor Summary
Benchmark()
           
 
Method Summary
static void main(java.lang.String[] args)
           
private static void present(FeedForwardNet net, java.util.List<Pattern> patterns)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILENAME

private static final java.lang.String FILENAME
See Also:
Constant Field Values
Constructor Detail

Benchmark

public Benchmark()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -

present

private static void present(FeedForwardNet net,
                            java.util.List<Pattern> patterns)