Aglomera.NET

A hierarchical agglomerative clustering (HAC) library written in C#

Source repository: https://github.com/pedrodbs/Aglomera

Aglomera is a .NET open-source library written entirely in C# that implements hierarchical clustering (HC) algorithms. Currently, Aglomera.NET implements program AGNES (AGglomerative NESting) of [Kaufman & Rousseeuw, 1990], i.e., the bottom-up approach. It also supports different linkage criteria and also provides several metrics to perform internal and external evaluation of clustering results. The results of clustering can be exported to a Json file to be visualized as a dendrogram in Dendrogram Viewer, an interactive web-application using D3.js.

Read more…Aglomera.NET