Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
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.