|
JMSLTM Numerical Library 4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.imsl.datamining.neural.Layer
The base class for Layer
s in a neural network.
InputLayer
,
HiddenLayer
,
HiddenLayer
,
Serialized FormField Summary | |
static long |
serialVersionUID
|
Constructor Summary | |
protected |
Layer(FeedForwardNetwork network)
Constructs a Layer . |
Method Summary | |
protected void |
addNode(Node node)
Associates a Perceptron with this Layer . |
int |
getIndex()
Returns the index of this Layer . |
Node[] |
getNodes()
Return a list of the Perceptron s in this
Layer . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final long serialVersionUID
Constructor Detail |
protected Layer(FeedForwardNetwork network)
Layer
.
network
- The FeedForwardNetwork
to which this
Layer
is to be associated.Method Detail |
protected void addNode(Node node)
Perceptron
with this Layer
.
node
- A Node
to associate with this
Layer
.public int getIndex()
Layer
.
int
which contains the value of property
index.public Node[] getNodes()
Perceptron
s in this
Layer
.
Node
s associated with this
Layer
.
|
JMSLTM Numerical Library 4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |