|
JMSLTM Numerical Library 5.0.1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.imsl.datamining.neural.Layer
public abstract class Layer
The base class for Layers in a neural network.
InputLayer,
HiddenLayer,
HiddenLayer,
Serialized Form| Field 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 Perceptrons 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()
Perceptrons in this
Layer.
Nodes associated with this
Layer.
|
JMSLTM Numerical Library 5.0.1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||