org.vizzini.ai.neuralnetwork
Class DefaultNeuralNetwork

java.lang.Object
  extended by org.vizzini.ai.neuralnetwork.AbstractNeuralNetwork
      extended by org.vizzini.ai.neuralnetwork.DefaultNeuralNetwork
All Implemented Interfaces:
Serializable, Cloneable, INeuralNetwork

public class DefaultNeuralNetwork
extends AbstractNeuralNetwork

Provides a default neural network. Instances of this class must be configured by adding layers, and connectors between those layers.

Since:
v0.1
Version:
v0.3
Author:
Jeffrey M. Thompson
See Also:
Serialized Form

Constructor Summary
DefaultNeuralNetwork()
           
 
Method Summary
 
Methods inherited from class org.vizzini.ai.neuralnetwork.AbstractNeuralNetwork
addConnector, addLayer, adjustWeights, clone, configure, connectorIterator, equals, evaluate, fillWeights, getActivationFunction, getConfiguration, getConnector, getConnector, getConnector, getConnectorCount, getConnectors, getInputScaler, getLayer, getLayerCount, getLayers, getMaxOutputValueIndex, getNodeInput, getNodeOutput, getOutputLayer, getOutputLayerIndex, getOutputs, getOutputScaler, getWeight, getWeights, hashCode, indexOf, isConnected, isConnected, randomizeWeights, randomizeWeights, setActivationFunction, setActivationFunction, setConnectors, setInputs, setInputScaler, setLayers, setNodeInput, setOutputScaler, setWeight, store, toString, zeroWeights
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultNeuralNetwork

public DefaultNeuralNetwork()


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02