About 3 results
Open links in new tab

AI::NaiveBayes - A Bayesian classifier - metacpan.org
Creation of AI::NaiveBayes classifier object out of training data is done by AI::NaiveBayes::Learner. For quick start you can use the limited train class method that trains the classifier in a default way. The …
PDL::OpenCV::Tracking - PDL bindings for OpenCV ... - MetaCPAN
The MIL algorithm trains a classifier in an online manner to separate the object from the background. Multiple Instance Learning avoids the drift problem for a robust tracking.
Algorithm::SVM - Perl bindings for the libsvm Support Vector Machine ...
$svm->train(@tset); Trains the SVM on a set of Algorithm::SVM::DataSet objects. @tset should be an array of Algorithm::SVM::DataSet objects. $accuracy = $svm->validate(5); Performs cross validation …