Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
Phpml\NeuralNetwork\Layer Member List

This is the complete list of members for Phpml\NeuralNetwork\Layer, including all inherited members.

__construct(int $nodesNumber=0, string $nodeClass=Neuron::class, ?ActivationFunction $activationFunction=null)Phpml\NeuralNetwork\Layer
addNode(Node $node) (defined in Phpml\NeuralNetwork\Layer)Phpml\NeuralNetwork\Layer
getNodes()Phpml\NeuralNetwork\Layer