python - DBSCAN plotting Non-geometrical-Data -
I used the cluster-algorithm dbscan to get the cluster of my data data: hex Non-Geometric Objects Based on Decimal Strings
I used a simple distance to create distance matrix because the required cluster due to DSSN input
Question < / Strong> Is it possible to prepare a plot of these cluster results? That
I did not find a solution through search. I need to illustrate the equality of objects and groups for each other.
Since I am using Python for everything (in that project) I appreciate choosing a solution in Python.
I do not use python, so I can not give you example code.
If your data is not 2-dimensional, then approximate using a good 2-dimensional multi-dimensional scaling.
Essentially, it takes an input matrix (which should reduce triangular heatness, and ideally some vector space can be obtained from Euclidean distance, but if it is not strictly So you can often get good results). It then tries to find the best 2-dimensional data set, which has equal distances.
Comments
Post a Comment