Clustering based on geographical and non-geographical attributes
Masoudsd
New Altair Community Member
I'm working on an order dataset and I want to cluster orders by different clustering algorithms. also I want to add following constraint. For clustering, I have both geographical and non-geographical, and I want to cluster in such a way that each city is placed in only one cluster, and therefore all orders that include that city must be placed in the same cluster. I also have latitude and longitude columns, so the latitude and longitude of each city should be seen in only one cluster and same cluster of city. There can be several cities in each cluster. I have columns like as ID, product type, quantity, color, latitude, city, longitude.
How can I reach this purpose?
How can I reach this purpose?
Tagged:
0
Answers
-
Hi @Masoudsd,
The best place to start is the rapidminer academy:
https://academy.rapidminer.com/
There you have a lot examples and instructions to build your own models.
Best,
Cesar0