Skip Menu |

This queue is for tickets about the Algorithm-SVM CPAN distribution.

Report information
The Basics
Id: 122483
Status: new
Priority: 0/
Queue: Algorithm-SVM

People
Owner: Nobody in particular
Requestors: CDRAUG [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: spelling mistakes Retreive -> Retrieve
Please see attached patch that fixes the issue
Subject: spelling.patch
Author: Andreas Tille <tille@debian.org> Last-Update: Thu, 20 Apr 2017 08:01:36 +0200 Description: Fix spelling in man page --- a/lib/Algorithm/SVM.pm +++ b/lib/Algorithm/SVM.pm @@ -104,10 +104,10 @@ Algorithm::SVM - Perl bindings for the l # Load a saved model from a file. $svm->load('new-sample.model'); - # Retreive the number of classes. + # Retrieve the number of classes. $num = $svm->getNRClass(); - # Retreive labels for dataset classes + # Retrieve labels for dataset classes (@labels) = $svm->getLabels(); # Probabilty for regression models, see below for details