"Spatial Clustering"

macctenmaccten Member Posts: 28 Contributor II
edited June 2019 in Help
Hi All,

This is more of a theoretical question more than anything else
I was wondering if it is possible to use a normal K-NN modeller within rapid miner to cluster data that has latitude longitude associated with it
For example, I have a data set that looks like below where X and Y are latitude and longitude co-ordinates. Where the same ID can have multiple events in multiple locations
Is there a way to make rapid miner see the lat,long information as a  spatial variable. If it looks at it as a regular variable it will give far too much weight to the co-ordinates and a degree of latitude isn't the same as a degree of longitude

    Event 1, Event2, Event 3, Lat Long
ID    0            1          0          X    Y

Thanks very much for you help
Tagged:

Answers

  • Nils_WoehlerNils_Woehler Member Posts: 463 Maven
    Hi,

    before clustering your data you should always normalize it, e.g. with a Z-Transformation.
    This will transform it so every attribute has a mean of 0 and a variance of 1.

    Best,
    Nils
Sign In or Register to comment.