|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectclassifier.nn.Layer
classifier.nn.NeuronLayer
| Constructor Summary | |
NeuronLayer(int num,
int numNeuron,
activationFunction actFunc)
|
|
| Method Summary | |
void |
addNode(activationFunction actFunc)
|
Node |
getNode(int numNeuron)
|
int |
getNumNode()
|
void |
removeNode(int numNode)
|
| Methods inherited from class classifier.nn.Layer |
getNum, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NeuronLayer(int num,
int numNeuron,
activationFunction actFunc)
| Method Detail |
public Node getNode(int numNeuron)
getNode in class Layerpublic void addNode(activationFunction actFunc)
public void removeNode(int numNode)
public int getNumNode()
getNumNode in class Layer
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||