davisking / dlib

A toolkit for making real world machine learning and data analysis applications in C++

Home Page:http://dlib.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hierarchical clustering?

andrewm4894 opened this issue · comments

I'm wondering if there is any hierarchical clustering in dlib or something like dbscan so I don't have to define anything like K in advance.

I'm reading up on Chinese Whispers to see if I could use that but I have just tabular data so unsure if there is some trick or way I can convert it into some graph data representation.

I'm looking to start investigating if/how we could build a Clustered Heatmap (https://github.com/andrewm4894/netdata-ml-app) into our monitoring agent and so trying to see what clustering algos from dlib we might be able to use.

Going to keep exploring the docs but also just thought may as well ask here too.

Many thanks!

Warning: this issue has been inactive for 35 days and will be automatically closed on 2022-07-26 if there is no further activity.

If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.