Class GUINeuralNetworkLayer
java.lang.Object
com.logicaldoc.gui.frontend.client.ai.model.GUINeuralNetworkLayer
- All Implemented Interfaces:
- Serializable
A GUI bean representing a layer of a neural network
- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()intvoidsetActivation(String activation) voidvoidsetOutputNodes(int outputNodes) 
- 
Constructor Details- 
GUINeuralNetworkLayerpublic GUINeuralNetworkLayer()
- 
GUINeuralNetworkLayer
 
- 
- 
Method Details- 
getName
- 
setName
- 
getOutputNodespublic int getOutputNodes()
- 
setOutputNodespublic void setOutputNodes(int outputNodes) 
- 
getActivation
- 
setActivation
 
-