Most voted "k-means" questions
In statistics and data Mining, k-Means or k-averages is a grouping method that aims to separate observations into k groups (clusters) so that each observation is in the group with the nearest mean (center).
Learn more…8 questions
Sort by count of
-
6
votes1
answer673
viewsHow to correctly identify clusters using kmeans?
Suppose I wish to classify the specimens of the iris dataset using the k-Means method. Also, I want to assess whether the rating was good or not. The easiest way to do this is as follows:…
-
4
votes2
answers826
viewsHow to define the number of clusters in the Kmeans algorithm in R?
I’m studying the grouping algorithm Kmeans, and as a database for my study, I’m using the iris. base = iris The algorithm itself I managed to use without problems: base2 = base[3:4] kmeans =…
-
2
votes1
answer405
viewsHow to rename caption and caption values in fviz_cluster()
I am working with k-Means and therefore need to generate intuitive graphics. However, the graph generated by the function fviz_cluster() is not responding to usual functions in ggplot objects. In an…
-
1
votes1
answer206
viewsClustering in the R
Guys, I need to Clusterize this database and then make the prediction.... I wonder, how could I make the substitution in the right way in this case ? Which type of Clusterization would fit best? I’m…
-
1
votes0
answers13
viewsUsing partitioned k-Means
Good afternoon. I have a date-set with 5,700 observations, one of the variables is "note", where it varies from 0 to 10 for each observation. I wonder if it is possible to run k-Means, using…
k-meansasked 3 years, 5 months ago Luciano dos Santos Costa 11 -
0
votes1
answer295
viewsHow to customize matplotlib Plots, in a more Clusterization-oriented way?
I am working with data analysis, I need to leave the data more distant from the clusters represented in some other way, as a different symbol or some stronger color, I analyzed in the documentation…
-
0
votes1
answer170
viewsDo you know any libraries for plotting python graphics besides Matplotlib?
I would like to try other types of tables. I want to make a classification using k-Means and looking for some with animation feature, without I need to make this animation in Mallorca.
-
0
votes1
answer38
viewsIs it possible to use K-Means (or another Clusterization method) with point limits?
I am developing a cluster code with k-Means and I have the following question: It is possible to determine the point limits per cluster with k-Means or another algorithm? Explaining the case better,…