Skip to content

Commit

Permalink
svm
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed May 5, 2016
1 parent 24fc917 commit 71400cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Phpml/Classification/SupportVectorMachine.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ public function __construct(Kernel $kernel = null, float $C = 1.0, float $tolera
$this->C = $C;
$this->tolerance = $tolerance;
$this->upperBound = $upperBound;

$this->binPath = realpath(implode(DIRECTORY_SEPARATOR, array(dirname(__FILE__), '..', '..', '..', 'bin'))) . DIRECTORY_SEPARATOR;
}

/**
Expand Down

0 comments on commit 71400cc

Please sign in to comment.