K-Means Clustering with Spatial Correlation
Show older comments
Hi,
I'm wondering if there is any way to incorporate spatial correlation into a K-Means clustering algorithm? I'm working with a mining dataset that is made up of drill holes (strings of data) with 1.5 meter sample intervals. Each sample has measurements for 63 elements. Of those, about 8 are of interest to me. Regardless, it's still a highly multivariate problem.
Each sample looks like this:
1. x y z au ag c as v u ti ... 2. x y z au ag c as v u ti ... 3. ...
I have over 200,000 samples that I can use.
We have several different rock types on the property and each has a "somewhat" unique geochemistry signature. For example:
Rock Type 1: depleted in U and depleted in V Rock Type 2: depleted in U but enriched in V Rock Type 3: enriched Ti and enriched V
I've been playing around with the algorithm and it does a good job of correctly classifying rock types. The problem is that I'm completely ignoring spatial correlation at this point.
Can spatial correlation be incorporated into k-means?
Is there a better clustering algorithm for what I want?
Thanks,
Cole
Accepted Answer
More Answers (0)
Categories
Find more on Pattern Recognition in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!