Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Public Member Functions | |
__construct (int $nodesNumber=0, string $nodeClass=Neuron::class, ?ActivationFunction $activationFunction=null) | |
addNode (Node $node) | |
getNodes () | |
Phpml\NeuralNetwork\Layer::__construct | ( | int | $nodesNumber = 0, |
string | $nodeClass = Neuron::class, | ||
?ActivationFunction | $activationFunction = null ) |
InvalidArgumentException |
Phpml\NeuralNetwork\Layer::getNodes | ( | ) |
Node[] |