Hello Everyone,
I wanted to implement Unsupervised machine learning for creating the optimized cluster of points.
I got know multiple algorithm but i feels , Hierarchical clustering (H-clustering) algorithm is best as per my dataset thats why i wanna use Hierarchical clustering algorithm on points.
On google, you will find multiple python script for this algorithm.
Currently i am facing an issue on import function need to be used in dynamo python script and i dont know which function need to be import for running this script, etc. and my copy past script wont work directly on my dynamo environment. we need to edit those script as per dynamo environment as per per out inputs.
As i have shown in the image below, inputs will be points and number of cluster need to be formed and expected outcome will be cluster of points showing in the image. (in real case scenario, group of points wont be in a rectangular format, points might be randomly distributed on a surface with curve boundary)
Few link which i refer for creating Hierarchical clustering node are,