Class | Ai4r::Clusterers::BisectingKMeans |
In: |
lib/ai4r/clusterers/bisecting_k_means.rb
|
Parent: | KMeans |
The Bisecting k-means algorithm is a variation of the "k-means" algorithm, somewhat less sensible to the initial election of centroids than the original.
More about K Means algorithm: en.wikipedia.org/wiki/K-means_algorithm
centroids | [R] | |
clusters | [R] | |
data_set | [R] | |
distance_function | [RW] | |
max_iterations | [RW] | |
number_of_clusters | [R] | |
refine | [RW] |