Package ann4j
Class HiddenLayer
java.lang.Object
ann4j.Layer
ann4j.HiddenLayer
-
Field Summary
Fields inherited from class ann4j.Layer
layerNum, listOfNeurons, myBehaviour -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThe setBehaviour() function is an abstract function that is used to set the behaviour of the animal.Methods inherited from class ann4j.Layer
addNeuron, backwardPropagate, forwardPropagate, getListOfNeurons, getNeuron, getSize, printWeights, relevancePropagate, setLayerNum, toString
-
Constructor Details
-
HiddenLayer
HiddenLayer(int numOfNeurons)
-
-
Method Details
-
setBehaviour
public void setBehaviour()Description copied from class:LayerThe setBehaviour() function is an abstract function that is used to set the behaviour of the animal.- Specified by:
setBehaviourin classLayer
-