Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
Phpml\Regression\SVR Member List

This is the complete list of members for Phpml\Regression\SVR, including all inherited members.

__construct(int $kernel=Kernel::RBF, int $degree=3, float $epsilon=0.1, float $cost=1.0, ?float $gamma=null, float $coef0=0.0, float $tolerance=0.001, int $cacheSize=100, bool $shrinking=true) (defined in Phpml\Regression\SVR)Phpml\Regression\SVR
__construct(int $type, int $kernel, float $cost=1.0, float $nu=0.5, int $degree=3, ?float $gamma=null, float $coef0=0.0, float $epsilon=0.1, float $tolerance=0.001, int $cacheSize=100, bool $shrinking=true, bool $probabilityEstimates=false) (defined in Phpml\SupportVectorMachine\SupportVectorMachine)Phpml\SupportVectorMachine\SupportVectorMachine
getModel() (defined in Phpml\SupportVectorMachine\SupportVectorMachine)Phpml\SupportVectorMachine\SupportVectorMachine
Phpml::predict(array $samples)Phpml\SupportVectorMachine\SupportVectorMachine
predict(array $samples) (defined in Phpml\Estimator)Phpml\Estimator
predictProbability(array $samples)Phpml\SupportVectorMachine\SupportVectorMachine
setBinPath(string $binPath) (defined in Phpml\SupportVectorMachine\SupportVectorMachine)Phpml\SupportVectorMachine\SupportVectorMachine
setVarPath(string $varPath) (defined in Phpml\SupportVectorMachine\SupportVectorMachine)Phpml\SupportVectorMachine\SupportVectorMachine
train(array $samples, array $targets) (defined in Phpml\SupportVectorMachine\SupportVectorMachine)Phpml\SupportVectorMachine\SupportVectorMachine
train(array $samples, array $targets) (defined in Phpml\Estimator)Phpml\Estimator