![]() |
| |||||||
| Algorithm-Accounting
Generate accounting statistic for general logs |
Algorithm-AhoCorasick
efficient search for multiple strings |
Algorithm-Annotate
Represent a series of changes in annotation list |
| Algorithm-BaumWelch
Baum-Welch Algorithm for Hidden Markov Chain parameter estimation. |
Algorithm-Bayesian
Bayesian Spam Filtering Algorithm |
Algorithm-BestChoice
Choose the best |
| Algorithm-BinPack
efficiently pack items into bins |
Algorithm-BreakOverlappingRectangles
Break overlapping rectangles into non overlapping ones |
Algorithm-Bucketizer
Distribute sized items to buckets with limited size |
| Algorithm-C3
A module for merging hierarchies using the C3 algorithm |
Algorithm-CheckDigits
Perl extension to generate and test check digits |
Algorithm-ChooseSubsets
OO interface to iterate through subsets of a list. |
| Algorithm-Closest-NetworkAddress
finds the closest network address from a defined list |
Algorithm-Cluster
Perl interface to the C Clustering Library |
Algorithm-Cluster-Thresh
Adds thresholding to hierarchical clustering of Algorithm::Cluster |
| Algorithm-ClusterPoints
find clusters inside a set of points |
Algorithm-Combinatorics
Efficient generation of combinatorial sequences |
Algorithm-ConsistentHash-Ketama
Ketama Consistent Hashing for Perl (XS) |
| Algorithm-CouponCode
Generate and validate 'CouponCode' strings |
Algorithm-CRF
Perl binding for CRF++ |
Algorithm-CurveFit
Nonlinear Least Squares Fitting |
| Algorithm-DecisionTree
A pure-Perl implementation for decision-tree based classification of multidimensional data |
Algorithm-Dependency
Base class for implementing various dependency trees |
Algorithm-Dependency-MapReduce
A Map/Reduce implementation for Alg:Dep graphs |
| Algorithm-Dependency-Objects
An implementation of an Object Dependency Algorithm |
Algorithm-Dependency-Source-DBI
Database source for Algorithm::Dependency |
Algorithm-DependencySolver
A dependency solver for scheduling access to a shared resource |
| Algorithm-Diff
Diff (also Longest Common Subsequence) |
Algorithm-Diff-Any
Perl module to find differences between files |
Algorithm-Diff-Apply
apply one or more Algorithm::Diff diffs |
| Algorithm-Diff-Callback
Use callbacks on computed differences |
Algorithm-Diff-XS
Algorithm::Diff with XS core loop |
Algorithm-DimReduction
Dimension Reduction tool that relies on 'Octave' |
| Algorithm-DistanceMatrix
Compute distance matrix for any distance metric |
Algorithm-DrillDown
Turns a long list into an easy-to-navigate tree |
Algorithm-EquivalenceSets
Group sets transitively |
| Algorithm-Evolve
An extensible and generic framework for executing |
Algorithm-FastPermute
Rapid generation of permutations |
Algorithm-FEC
Forward Error Correction using Vandermonde Matrices |
| Algorithm-FloodControl
Limit event processing to count/time ratio. |
Algorithm-FuzzyCmeans
perl implementation of Fuzzy c-means clustering |
Algorithm-GDiffDelta
generate and apply GDIFF format binary deltas |
| Algorithm-GenerateSequence
a sequence generator |
Algorithm-GoldenSection
Golden Section Search Algorithm for one-dimensional minimisation. |
Algorithm-GooglePolylineEncoding
Google's Encoded Polyline Algorithm Format |
| Algorithm-Graphs-TransitiveClosure
Calculate the transitive closure. |
Algorithm-Hamming-Perl
ECC Hamming encoding, fixes 1-bit errors |
Algorithm-HITS
Perl implementation of HITS algorithm |
| Algorithm-HITS-Lite
HITS Algorithm implementation not using PDL |
Algorithm-HowSimilar
Perl extension for quantifying similarites between things |
Algorithm-Huffman
Perl extension that implements the Huffman algorithm |
| Algorithm-IncludeExclude
build and evaluate include/exclude lists |
Algorithm-Interval2Prefix
Generate prefixes from intervals |
Algorithm-InversionList
Perl extension for generating an inversion list from a bit sequence. |
| Algorithm-IRCSRP2
IRC channel encryption algorithm |
Algorithm-KernelKMeans
Weighted kernel k-means clusterer |
Algorithm-KernelKMeans-XS
Drop-in replacement for Algorithm::KernelKMeans |
| Algorithm-KMeans
A pure-Perl implementation of K-Means Clustering |
Algorithm-Kmeanspp
perl implementation of K-means++ |
Algorithm-Knap01DP
Solves the 0-1 Knapsack problem using the Dynamic Programming Technique |
| Algorithm-Knapsack
Brute-force algorithm for knapsack problem |
Algorithm-Kuhn-Munkres
Determines the maximum weight perfect matching in a weighted complete bipartite graph |
Algorithm-LatticePoints
Run code for each lattice points |
| Algorithm-LBFGS
Perl extension for L-BFGS |
Algorithm-LCSS
Perl extension for getting the Longest Common Sub-Sequence |
Algorithm-Line-Bresenham
simple pixellated line-drawing algorithm |
| Algorithm-Line-Bresenham-C
it is a C version Algorithm::Line::Bresenham to speed up a bit. |
Algorithm-Loops
Looping constructs: |
Algorithm-LUHN
Calculate mod 10 Double Add Double checksum |
| Algorithm-MarkovChain
Object oriented Markov chain generator |
Algorithm-MarkovChain-GHash
Object oriented Markov chain generator, glib/C storage |
Algorithm-MasterMind
Framework for algorithms that solve the MasterMind game |
| Algorithm-MedianSelect-XS
Median finding algorithm |
Algorithm-Merge
Implements 3-way merge and diff algorithms |
Algorithm-Metric-Chessboard
Calculate distances on a square grid with optional wormholes (the 'chessboard metric'). |
| Algorithm-MinMax
Finding the minimum and maximum of an array with at most 3n/2 - 2 comparisons. |
Algorithm-Munkres
Munkres.pm |
Algorithm-NaiveBayes
Bayesian prediction of categories |
| Algorithm-NeedlemanWunsch
sequence alignment with configurable scoring |
Algorithm-Networksort
Create Sorting Networks. |
Algorithm-NGram
N-gram token sequence analysis and creation |
| Algorithm-Nhash
Exim nhash algorithm |
Algorithm-NIN
Interface to UK National Insurance Number. |
Algorithm-Numerical-Sample
Draw samples from a set |
| Algorithm-Numerical-Shuffle
Shuffle a list. |
Algorithm-PageRank
Calculate PageRank in Perl |
Algorithm-PageRank-XS
A Fast PageRank implementation |
| Algorithm-Pair-Best
Pair items according to a 'best score' |
Algorithm-Pair-Swiss
Generate unique pairings for tournaments |
Algorithm-Partition
Partition a set of integers. |
| Algorithm-Permute
Handy and fast permutation with OO interface |
Algorithm-Points-MinimumDistance
Works out the distance from each point to its nearest neighbour. Kinda. |
Algorithm-QuadTree
A QuadTree Algorithm class in pure Perl. |
| Algorithm-QuineMcCluskey
Solve Quine-McCluskey set-cover problems |
Algorithm-RabinKarp
An implementation of the Rabin-Karp rolling hash algorithm |
Algorithm-RandomMatrixGeneration
Generate internal cell values for a matrix given fixed marginal totals. |
| Algorithm-RectanglesContainingDot
find rectangles containing a given dot |
Algorithm-RectanglesContainingDot_XS
C/XS implementation of Algorithm::RectanglesContainingDot |
Algorithm-Scale2x
Generic implementation of the Scale2x algorithm |
| Algorithm-Search
Module for traversing an object. |
Algorithm-SetCovering
Algorithms to solve the "set covering problem" |
Algorithm-Shape-RandomTree
Create an object representing a procedural, editable, randomized plant shape that can be rendered graphically by other modules. |
| Algorithm-Simplex
Simplex Algorithm Implementation using Tucker Tableaux |
Algorithm-SIN
Interface to Canada's Social Insurance Number. |
Algorithm-SISort
Select And Insert sorting algorithm |
| Algorithm-SixDegrees
Find a path through linked elements in a set |
Algorithm-SkipList
Perl implementation of skip lists |
Algorithm-SocialNetwork
Social Network Analysis |
| Algorithm-SpatialIndex
Flexible 2D/3D spacial indexing |
Algorithm-SpatialIndex-Strategy-MedianQuadTree
QuadTree splitting on bucket medians |
Algorithm-SpiralSearch
Function Optimization of Two Parameters |
| Algorithm-Step
Trace execution steps of an algorithm |
Algorithm-SVM
Perl bindings for the libsvm Support Vector Machine library. |
Algorithm-SVMLight
Perl interface to SVMLight Machine-Learning Package |
| Algorithm-TokenBucket
Token bucket rate limiting algorithm |
Algorithm-TravelingSalesman-BitonicTour
solve the euclidean traveling-salesman problem with bitonic tours |
Algorithm-Tree-NCA
Constant time retrieval of I<Nearest Common Ancestor> |
| Algorithm-TSort
Perl extension for topological sort |
Algorithm-URL-Shorten
URL shortening algorithm. |
Algorithm-VectorClocks
Generating a partial ordering of events in a distributed system |
| Algorithm-Verhoeff
Perl extension for checking and computing Verhoeff |
Algorithm-Viterbi
Compute Viterbi path and probability |
Algorithm-Voting
voting algorithm implementations |
| Algorithm-VSM
A pure-Perl implementation of VSM and LSA algorithms for retrieval from software libraries |
Algorithm-WordLevelStatistics
Pure Perl implementation of the "words level statistics" algorithm |
| Problems, suggestions, or comments to Randy Kobes. | Questions? Check the FAQ. | |
| Enable installations using PAR::WebStart. |