classifier.nn
Class MultiLayerEngine

java.lang.Object
  extended byclassifier.nn.MultiLayerEngine
All Implemented Interfaces:
NetworkComponent, NetworkEngine, java.io.Serializable

public class MultiLayerEngine
extends java.lang.Object
implements NetworkEngine, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MultiLayerEngine()
           
 
Method Summary
 java.lang.Object[] run(Network net, java.lang.Object[] input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiLayerEngine

public MultiLayerEngine()
Method Detail

run

public java.lang.Object[] run(Network net,
                              java.lang.Object[] input)
Specified by:
run in interface NetworkEngine