What is the R Function to divide a dataset into k clusters ?
Answers
Answered by
2
K-means Clustering, where R is the function.
Clustering is the unsupervised machine learning algorithm dividing a given dataset into k cluster.
K-Cluster analysis is the most common partitioning method, where R functions use an effective algorithm that partitions K groups.
K is a good algorithm choice of an Uber dataset, which is 5 or the number of boroughs.
Answered by
2
kmeans()
Explanation:
Similar questions