Package | Description |
---|---|
com.imsl.datamining.neural |
Neural networks.
|
Modifier and Type | Class and Description |
---|---|
class |
HiddenLayer
Hidden layer in a neural network.
|
class |
InputLayer
Input layer in a neural network.
|
class |
OutputLayer
Output layer in a neural network.
|
Modifier and Type | Method and Description |
---|---|
Layer |
Node.getLayer()
Returns the
Layer in which this Node exists. |
Modifier and Type | Method and Description |
---|---|
void |
FeedForwardNetwork.linkAll(Layer from,
Layer to)
Link all of the
Node s in one Layer to all of
the Node s in another Layer . |
Copyright © 2020 Rogue Wave Software. All rights reserved.