org.neuroph.contrib
Class IACNetwork

java.lang.Object
  extended by java.util.Observable
      extended by org.neuroph.core.NeuralNetwork
          extended by org.neuroph.contrib.IACNetwork
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable

public class IACNetwork
extends NeuralNetwork

 Interactive Activation Controller neural network.
 Still under development, at the moment contains hard-coded Jets and Sharks example.
 See http://www.itee.uq.edu.au/~cogs2010/cmc/chapters/IAC/ for more info

Author:
Zoran Sevarac
See Also:
Serialized Form

Constructor Summary
IACNetwork()
          Constructs a new Interactive Activation Neural Network
 
Method Summary
 
Methods inherited from class org.neuroph.core.NeuralNetwork
addLayer, addLayer, addPlugin, calculate, createConnection, getInputNeurons, getLayerAt, getLayers, getLayersCount, getLayersIterator, getLearningRule, getLearningThread, getNetworkType, getOutput, getOutputAsArray, getOutputNeurons, getPlugin, indexOf, learn, learnInNewThread, learnInNewThread, learnInSameThread, learnInSameThread, load, load, notifyChange, pauseLearning, randomizeWeights, removeLayer, removeLayerAt, removePlugin, reset, resumeLearning, run, save, setInput, setInput, setInputNeurons, setLearningRule, setNetworkType, setOutputNeurons, stopLearning, toString
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IACNetwork

public IACNetwork()
Constructs a new Interactive Activation Neural Network