Search found 1 match
- Tue Sep 17, 2024 1:09 pm
- Forum: Statistics
- Topic: K-means using class centers from the hierarchical clustering
- Replies: 1
- Views: 65278
K-means using class centers from the hierarchical clustering
Hello, I would like to do a k-means classification following a hierarchical classification, but using the class centres from the hierarchical classification as a starting point. Unfortunately, I can't find a way of specifying the starting points for the k-means in the snowcluster module. Is this pos...