k-dimension tree
- Calculating the variance for each feature.
- For the feature which has the largest variance, we find the medium value of the data in this feature and split from this data
- continue 1 and 2
Kd-tree has where k is the dimension for features, n is the number of the data
And the process of searching is