Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Public Member Functions | |
__construct (float $norm=3.0) | |
Distance constructor. | |
distance (array $a, array $b) | |
Public Attributes | |
float int | $norm |
Protected Member Functions | |
deltas (array $a, array $b) | |
|
protected |
InvalidArgumentException |
Phpml\Math\Distance\Distance::distance | ( | array | $a, |
array | $b ) |
InvalidArgumentException |
Implements Phpml\Math\Distance.
Reimplemented in Phpml\Math\Distance\Chebyshev.