camspiers / statistical-classifier

A PHP implementation of a Naive Bayes statistical classifier, including a structure for building other classifiers, multiple data sources and multiple caching backends.
http://camspiers.github.io/statistical-classifier/
MIT License
175 stars 26 forks source link

How does this library access libsvm? #31

Open rizkiyoist opened 7 years ago

rizkiyoist commented 7 years ago

Sorry if this should've been obvious. I'm trying the svm examples but it says SVM not found, then I figured out that I need libsvm to be installed. I already installed libsvm, now how do I make this library know that libsvm is installed, and how does the library access it? Btw I can't use composer so everything has to be installed manually.

usernametakenaaaa commented 6 years ago

It's buggy I guess, same issue. Stopped trying.