Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
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.