Simple Hierarchical Clustering Implementations for C#?
Posted
by
Joshua Smith
on Programmers
See other posts from Programmers
or by Joshua Smith
Published on 2012-01-19T19:42:06Z
Indexed on
2012/06/28
21:24 UTC
Read the original article
Hit count: 236
c#
|computer-science
I need a C# library that can do hierarchical single/complete link clustering. It's for a BSc final year project and I can't find any free implementations.
I'd be happy to port a small(ish) Java project to C#, but most of the Java implementations are contained within huge libraries that have 30+ algorithms. The problem with large libraries is that one has to port 50% of the entire library due to dependency fanout.
I'd be extremely grateful if anyone knows of any free single/complete link clustering implementations for C# or a small Java implementation of either!
By the way, as I am a student, it may be possible to ask for an academic/research license from commercial companies.
© Programmers or respective owner