Moodle PHP Documentation 4.4
Moodle 4.4.9+ (Build: 20250613) (541f1569af4)
|
Public Member Functions | |
getCoefficients () | |
getIntercept () | |
predict (array $samples) | |
predictSample (array $sample) | |
train (array $samples, array $targets) | |
|
inherited |
Implemented in Phpml\Pipeline.
Phpml\Regression\LeastSquares::predictSample | ( | array | $sample | ) |
mixed |
Phpml\Regression\LeastSquares::train | ( | array | $samples, |
array | $targets ) |
Implements Phpml\Estimator.