Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Public Member Functions | |
__construct (Dataset $dataset, float $testSize=0.3, ?int $seed=null) | |
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 = [] |