Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Optimizing a naive clustering algorithm

by oiskuu (Hermit)
on Apr 15, 2014 at 19:54 UTC ( [id://1082385]=note: print w/replies, xml ) Need Help??


in reply to Optimizing a naive clustering algorithm

The dataset does not seem that large that one couldn't start with a distance matrix (or half-matrix, distance being commutative).

Wikipedia links: Hierarchical clustering, Single-linkage clustering. CPAN gives this (among others): Algorithm::Cluster.

Is a pure perl solution expected?

  • Comment on Re: Optimizing a naive clustering algorithm

Replies are listed 'Best First'.
Re^2: Optimizing a naive clustering algorithm
by BUU (Prior) on Apr 15, 2014 at 20:03 UTC
    Pure perl is not required, but the modules I found on cpan seemed awfully specific to their niche types of data, usually dna or genome related things. I've actually just implemented a slightly similar idea in pure sql.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1082385]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (7)
As of 2024-04-19 08:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found