|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A factory class that creates instances of
NeuralLayer.
Factory| Method Summary | |
NeuralLayer |
create(int numberOfNodes)
Creates an instance of NeuralLayer with the specified number of nodes and initialized to vendor-specified default values. |
int |
getMaxNumberOfNodes()
Returns the maximum number of nodes that can be supported by DME. |
| Method Detail |
public NeuralLayer create(int numberOfNodes)
throws JDMException
numberOfNodes - The number of nodes in the layer to be created.
JDMExceptionpublic int getMaxNumberOfNodes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||