mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2025-04-06 18:21:52 +00:00
svm
This commit is contained in:
parent
24fc917d6a
commit
71400cc1e6
@ -53,6 +53,8 @@ class SupportVectorMachine implements Classifier
|
|||||||
$this->C = $C;
|
$this->C = $C;
|
||||||
$this->tolerance = $tolerance;
|
$this->tolerance = $tolerance;
|
||||||
$this->upperBound = $upperBound;
|
$this->upperBound = $upperBound;
|
||||||
|
|
||||||
|
$this->binPath = realpath(implode(DIRECTORY_SEPARATOR, array(dirname(__FILE__), '..', '..', '..', 'bin'))) . DIRECTORY_SEPARATOR;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user