SLU-TMI / TextMining.jl

Other
24 stars 7 forks source link

Elbow Method #47

Closed mtabor150 closed 9 years ago

mtabor150 commented 9 years ago

Make semi automated elbow method function to display average distance to centroid using kmeans, given a range of k.

elbow(k_range, vectors, distance_function)  

It should print a graph and return a 2xN array of k and the corresponding average distance.

Kevin-Damazyn commented 9 years ago

53