Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
|
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.