public abstract class AbstractFeedforwardNet extends AbstractNeuralNet implements FeedforwardNet
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFeedforwardNet(Layer inputLayer,
Layer outputLayer,
Set<Layer> layers,
Set<Link> links,
List<Layer> orderedLayers) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
compute(double[] input)
Performs computations for this network.
|
List<Layer> |
getOrderedLayers()
Returns a list of all layers in the network.
|
getInputLayer, getInputLinks, getInputSize, getLayerCount, getLayers, getLinks, getOneInputLink, getOneOutputLink, getOutputLayer, getOutputLinks, getOutputSize, hasInputLinks, hasOutputLinks, initialize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetInputLayer, getInputLinks, getInputSize, getLayerCount, getLayers, getLinks, getOneInputLink, getOneOutputLink, getOutputLayer, getOutputLinks, getOutputSize, hasInputLinks, hasOutputLinkspublic double[] compute(double[] input)
NeuralNetpublic List<Layer> getOrderedLayers()
FeedforwardNetgetOrderedLayers in interface FeedforwardNetCopyright © 2012. All Rights Reserved.