Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Public Member Functions | |
getTestLabels () | |
getTestSamples () | |
getTrainLabels () | |
getTrainSamples () | |
Protected Member Functions | |
seedGenerator (?int $seed=null) | |
splitDataset (Dataset $dataset, float $testSize) | |
Protected Attributes | |
array | $testLabels = [] |
array | $testSamples = [] |
array | $trainLabels = [] |
array | $trainSamples = [] |
|
protected |
Reimplemented from Phpml\CrossValidation\Split.