Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Public Member Functions | |
__construct (int $k=10, ?ScoringFunction $scoringFunction=null) | |
fit (array $samples, ?array $targets=null) | |
scores () | |
transform (array &$samples, ?array &$targets=null) | |
Phpml\FeatureSelection\SelectKBest::fit | ( | array | $samples, |
?array | $targets = null ) |
Implements Phpml\Transformer.
Phpml\FeatureSelection\SelectKBest::transform | ( | array & | $samples, |
?array & | $targets = null ) |
Implements Phpml\Transformer.