Simple Hierarchical Clustering Implementations for C#?
- by Joshua Smith
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.