Package ann4j
Class HiddenLayer
java.lang.Object
ann4j.Layer
ann4j.HiddenLayer
-
Field Summary
Fields inherited from class ann4j.Layer
layerNum, listOfNeurons, myBehaviour
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
The 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:Layer
The setBehaviour() function is an abstract function that is used to set the behaviour of the animal.- Specified by:
setBehaviour
in classLayer
-