|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILayer | |
---|---|
org.vizzini.ai.neuralnetwork | Provides neural network classes for the game framework. |
org.vizzini.ai.neuralnetwork.layer | Provides neural network layer classes for the game framework. |
Uses of ILayer in org.vizzini.ai.neuralnetwork |
---|
Methods in org.vizzini.ai.neuralnetwork that return ILayer | |
---|---|
ILayer |
LayerFactory.create(String name,
int nodeCount,
boolean isBiasNodeUsed)
Create a new Layer of the appropriate type. |
ILayer |
LayerFactory.createInputLayer(int nodeCount,
boolean isBiasNodeUsed)
Create a new Layer of the appropriate type. |
ILayer |
LayerFactory.createOutputLayer(int nodeCount)
Create a new Layer of the appropriate type. |
ILayer |
AbstractConnector.getFromLayer()
|
ILayer |
IConnector.getFromLayer()
Return the from layer. |
ILayer |
AbstractNeuralNetwork.getLayer(int index)
Return the layer at the given index. |
ILayer |
INeuralNetwork.getLayer(int index)
Return the layer at the given index. |
ILayer |
AbstractNeuralNetwork.getOutputLayer()
Return the output layer. |
ILayer |
INeuralNetwork.getOutputLayer()
Return the output layer. |
ILayer |
AbstractConnector.getToLayer()
|
ILayer |
IConnector.getToLayer()
Return the to layer. |
Methods in org.vizzini.ai.neuralnetwork with parameters of type ILayer | |
---|---|
void |
AbstractNeuralNetwork.addLayer(ILayer layer)
Add the given layer. |
void |
INeuralNetwork.addLayer(ILayer layer)
Add the given layer. |
IConnector |
ConnectorCollection.get(ILayer fromLayer,
ILayer toLayer)
Return the connector for the given parameters. |
IConnector |
AbstractNeuralNetwork.getConnector(ILayer fromLayer,
ILayer toLayer)
Return the connector for the given parameters. |
int |
AbstractNeuralNetwork.indexOf(ILayer layer)
Return the index of the given layer. |
int |
INeuralNetwork.indexOf(ILayer layer)
Return the index of the given layer. |
boolean |
AbstractNeuralNetwork.isConnected(ILayer fromLayer,
ILayer toLayer)
Return true if this network has a connector from the given layer to the given layer. |
boolean |
INeuralNetwork.isConnected(ILayer fromLayer,
ILayer toLayer)
Return true if this network has a connector from the given layer to the given layer. |
protected void |
AbstractConnector.setFromLayer(ILayer fromLayer)
|
protected void |
AbstractConnector.setToLayer(ILayer toLayer)
|
Constructors in org.vizzini.ai.neuralnetwork with parameters of type ILayer | |
---|---|
AbstractConnector(ILayer fromLayer,
ILayer toLayer)
Construct this object with the given parameters. |
|
Connector(ILayer fromLayer,
ILayer toLayer)
Construct this object with the given parameters. |
Uses of ILayer in org.vizzini.ai.neuralnetwork.layer |
---|
Classes in org.vizzini.ai.neuralnetwork.layer that implement ILayer | |
---|---|
class |
AbstractFunctionLayer
Provides base functionality for a activation function layer of a neural network. |
class |
AbstractLayer
Provides base functionality for a layer of a neural network. |
class |
BinaryEncodeLayer
Provides a layer which performs binary encoding. |
class |
DefaultLayer
Provides a default layer for a neural network. |
class |
InputLayer
Provides an input layer for a neural network. |
class |
OutputLayer
Provides an output layer for a neural network. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |