Uses of Interface
org.vizzini.ai.neuralnetwork.IConnector

Packages that use IConnector
org.vizzini.ai.neuralnetwork Provides neural network classes for the game framework. 
 

Uses of IConnector in org.vizzini.ai.neuralnetwork
 

Classes in org.vizzini.ai.neuralnetwork that implement IConnector
(package private)  class AbstractConnector
          Provides base functionality for connectors between layers in a neural network.
 class Connector
          Provides a connector between layers in a neural network.
 

Methods in org.vizzini.ai.neuralnetwork that return IConnector
 IConnector ConnectorCollection.get(ILayer fromLayer, ILayer toLayer)
          Return the connector for the given parameters.
 IConnector ConnectorCollection.get(String fromLayerName, String toLayerName)
          Return the connector for the given parameters.
 IConnector AbstractNeuralNetwork.getConnector(ILayer fromLayer, ILayer toLayer)
          Return the connector for the given parameters.
 IConnector AbstractNeuralNetwork.getConnector(int fromLayerIndex, int toLayerIndex)
          Return the connector for the given parameters.
 IConnector INeuralNetwork.getConnector(int fromLayerIndex, int toLayerIndex)
          Return the connector for the given parameters.
 IConnector AbstractNeuralNetwork.getConnector(String fromLayerName, String toLayerName)
          Return the connector for the given parameters.
 

Methods in org.vizzini.ai.neuralnetwork with parameters of type IConnector
 void ConnectorCollection.add(IConnector connector)
          Add the given connector.
 void AbstractNeuralNetwork.addConnector(IConnector connector)
          Add the given connector.
 void INeuralNetwork.addConnector(IConnector connector)
          Add the given connector.
 void ConnectorCollection.remove(IConnector connector)
          Remove the given connector.
 



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