public interface FeedforwardNet extends NeuralNet
| Modifier and Type | Method and Description |
|---|---|
List<Layer> |
getOrderedLayers()
Returns a list of all layers in the network.
|
compute, getInputLayer, getInputLinks, getInputSize, getLayerCount, getLayers, getLinks, getOneInputLink, getOneOutputLink, getOutputLayer, getOutputLinks, getOutputSize, hasInputLinks, hasOutputLinksCopyright © 2012. All Rights Reserved.