The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "algorithm"

Algorithm - Provide bunch of famous Algorithms for Sorting and Searching. River stage zero No dependents

In this module, there are many very general sorting Algorithms written for Perl. Those are Bubble Sort Shaker Sort Selection Sort Insertion Sort Shell Sort Quick Sort And, there are two very general searching Algorithms(Sequential Search & Binary Sea...

QWER/Algorithm-0.05 - 06 May 2014 05:14:30 UTC - Search in distribution

Algorithm::AM::algorithm - How the Analogical Modeling algorithm works River stage zero No dependents

First, the user must create a set of data items, with their outcomes, and some test items. All of these items are represented by *feature vectors*. These feature vectors are *not* created by the AM algorithm; they could be generated by hand or script...

NGLENN/Algorithm-AM-3.12 - 03 Apr 2021 09:28:33 UTC - Search in distribution

Algorithm::C3 - A module for merging hierarchies using the C3 algorithm River stage three • 3 direct dependents • 511 total dependents

This module implements the C3 algorithm. I have broken this out into it's own module because I found myself copying and pasting it way too often for various needs. Most of the uses I have for C3 revolve around class building and metamodels, but it co...

HAARG/Algorithm-C3-0.11 - 10 Nov 2020 17:14:34 UTC - Search in distribution

Algorithm::CRF - Perl binding for CRF++ River stage zero No dependents

Stub documentation for Algorithm::CRF, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited....

CLSUNG/Algorithm-CRF-0.04 - 16 Feb 2007 16:54:38 UTC - Search in distribution

Algorithm::FEC - Forward Error Correction using Vandermonde Matrices River stage one • 1 direct dependent • 1 total dependent

This module is an interface to the fec library by Luigi Rizzo et al., see the file README.fec in the distribution for more details. This library implements a simple ("encoded_blocks","data_blocks") erasure code based on Vandermonde matrices. The enco...

MLEHMANN/Algorithm-FEC-1.1 - 22 Nov 2012 01:42:19 UTC - Search in distribution

Algorithm::LDA River stage zero No dependents

Algorithm::LDA is an implementation of Latent Dirichlet Allocation in Algorithm...

BTMCINNES/Algorithm-LDA-0.03 - 07 Dec 2016 14:17:37 UTC - Search in distribution

Algorithm::MCL - perl module implementing Markov Cluster Algorithm using PDL River stage zero No dependents

This module is perl implementation of Markov Cluster Algorithm (MCL) based on Perl Data Language (PDL). MCL is algorithm of finding clusters of vertices in graph. More information about MCL can be found at <http://micans.org/mcl/>. There is also perl...

PINKHASN/Algorithm-MCL-0.004 - 03 Mar 2012 20:55:45 UTC - Search in distribution

Algorithm::MOS - Algorithm::MOS - Calculate MOS (Mean Opinion Score) River stage zero No dependents

More to come....

ADAMBA/Algorithm-MOS-0.001 - 18 Apr 2013 15:58:11 UTC - Search in distribution

Algorithm::NCS - Fast Perl extension for sequence alignment. River stage zero No dependents

Number of Common Substrings (NCS) - A model and algorithm for sequence alignment. The change detection problem is aimed at identifying common and different strings and usually has non-unique solutions. The identification of the best alignment is cano...

VLD/Algorithm-NCS-0.04 - 02 May 2018 06:52:39 UTC - Search in distribution

Algorithm::SVM - Perl bindings for the libsvm Support Vector Machine library. River stage zero No dependents

Algorithm::SVM implements a Support Vector Machine for Perl. Support Vector Machines provide a method for creating classifcation functions from a set of labeled training data, from which predictions can be made for subsequent data sets....

LAIRDM/Algorithm-SVM-0.13 - 22 Jan 2008 21:58:32 UTC - Search in distribution

Algorithm::VSM - A Perl module for retrieving files and documents from a software library with the VSM (Vector Space Model) and LSA (Latent Semantic Analysis) algorithms in response to search words and phrases. River stage zero No dependents

Algorithm::VSM is a *perl5* module for constructing a Vector Space Model (VSM) or a Latent Semantic Analysis Model (LSA) of a collection of documents, usually referred to as a corpus, and then retrieving the documents in response to search words in a...

AVIKAK/Algorithm-VSM-1.70 - 16 Dec 2015 06:08:30 UTC - Search in distribution

Algorithm::Burg - extrapolate time series using Burg's method River stage zero No dependents

The Algorithm::Burg module uses the Burg method to fit an autoregressive (AR) model to the input data by minimizing (least squares) the forward and backward prediction errors while constraining the AR parameters to satisfy the Levinson-Durbin recursi...

SYP/Algorithm-Burg-0.001 - 29 Dec 2014 18:06:22 UTC - Search in distribution

Algorithm::Cron - abstract implementation of the cron(8) scheduling algorithm River stage one • 5 direct dependents • 6 total dependents

Objects in this class implement a time scheduling algorithm such as used by cron(8). Objects are stateless once constructed, and represent a single schedule as defined by a crontab(5) entry. The object implements a method "next_time" which returns an...

PEVANS/Algorithm-Cron-0.10 - 29 May 2015 17:47:26 UTC - Search in distribution

Algorithm::Damm - Calculate the Damm error correction check digit. River stage zero No dependents

This module implements the Damm algorithm for calculating a check digit. You can find information about the algorithm by searching the web for "Damm ECC". In particular, see the "SEE ALSO" section (below)....

MLX/Algorithm-Damm-1.001.002 - 21 Apr 2013 02:18:18 UTC - Search in distribution

Algorithm::Diff - Compute `intelligent' differences between two files / lists River stage four • 52 direct dependents • 5555 total dependents

RJBS/Algorithm-Diff-1.201 - 13 Dec 2020 22:34:02 UTC - Search in distribution
  • Algorithm::DiffOld - Compute `intelligent' differences between two files / lists but use the old (<=0.59) interface.

Algorithm::HITS - Perl implementation of HITS algorithm River stage zero No dependents

This module implements the HITS algorithm (Kleinberg's hypertext-induced topic selection). See also <http://www2002.org/CDROM/refereed/643/node1.html>...

XERN/Algorithm-HITS-0.04 - 14 Aug 2005 05:14:31 UTC - Search in distribution

Algorithm::LCSS - Perl extension for getting the Longest Common Sub-Sequence River stage one • 3 direct dependents • 4 total dependents

This module uses Algoritm::Diff to implement LCSS and is orders of magnitude faster than String::LCSS. If you pass the methods array refs you get back array (ref) format data. If you pass strings you get a string or a ref to an array of strings....

JFREEMAN/Algorithm-LCSS-0.01 - 31 Dec 2003 03:15:44 UTC - Search in distribution

Algorithm::LUHN - Calculate the Modulus 10 Double Add Double checksum River stage one • 1 direct dependent • 1 total dependent

This module calculates the Modulus 10 Double Add Double checksum, also known as the LUHN Formula. This algorithm is used to verify credit card numbers and Standard & Poor's security identifiers such as CUSIP's and CSIN's. You can find plenty of infor...

NEILB/Algorithm-LUHN-1.02 - 15 Nov 2015 20:57:42 UTC - Search in distribution

Algorithm::MLCS - Fast heuristic algorithm for finding Longest Common Subsequence of multiple sequences River stage zero No dependents

VMOISEEV/Algorithm-MLCS-1.02 - 21 Dec 2012 22:04:09 UTC - Search in distribution

Algorithm::Step - Trace execution steps of an algorithm River stage zero No dependents

This is for observing the behavior of algorithms on some algorithm textbooks, such as `The Art of Computer Programming', `Introduction to Algorithms'. I write it only for fun. I have been thinking of how to embed documents in program in a helpful way...

LITCHIE/Algorithm-Step-0.02 - 17 Dec 2005 16:10:35 UTC - Search in distribution
2,333 results (0.125 seconds)