|
Moodle PHP Documentation 4.4
Moodle 4.4.9+ (Build: 20250711) (4ea86454947)
|
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 |
Reimplemented in Phpml\Math\Distance\Chebyshev.