|
Moodle PHP Documentation 4.1
Moodle 4.1.19+ (Build: 20250711) (5f47dc23ffc)
|
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\RandomSplit.