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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
int
void
setActivation
(String activation) void
void
setOutputNodes
(int outputNodes)
-
Constructor Details
-
GUINeuralNetworkLayer
public GUINeuralNetworkLayer() -
GUINeuralNetworkLayer
-
-
Method Details
-
getName
-
setName
-
getOutputNodes
public int getOutputNodes() -
setOutputNodes
public void setOutputNodes(int outputNodes) -
getActivation
-
setActivation
-