This commit is contained in:
Arkadiusz Kondas 2016-05-05 21:57:25 +02:00
parent 24fc917d6a
commit 71400cc1e6
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ class SupportVectorMachine implements Classifier
$this->C = $C;
$this->tolerance = $tolerance;
$this->upperBound = $upperBound;
$this->binPath = realpath(implode(DIRECTORY_SEPARATOR, array(dirname(__FILE__), '..', '..', '..', 'bin'))) . DIRECTORY_SEPARATOR;
}
/**