An open API service indexing awesome lists of open source software.

https://github.com/faraazarsath/k-means-clustering

K-means clustering Algorithm : It is an example for Unsupervised machine learning algorithm. Here we find hidden patterns in the dataset.
https://github.com/faraazarsath/k-means-clustering

kmeans-algorithm kmeans-clustering

Last synced: about 2 months ago
JSON representation

K-means clustering Algorithm : It is an example for Unsupervised machine learning algorithm. Here we find hidden patterns in the dataset.

Awesome Lists containing this project

README

          

# K-Means Clustering

Old Faithful Geyser Data

Description:

Waiting time between eruptions and the duration of the eruption
for the Old Faithful geyser in Yellowstone National Park, Wyoming,
USA.

A data frame with 272 observations on 2 variables.

eruptions numeric Eruption time in mins
waiting numeric Waiting time to next eruption

References:

Hardle, W. (1991) Smoothing Techniques with Implementation in S.
New York: Springer.

Azzalini, A. and Bowman, A. W. (1990). A look at some data on the
Old Faithful geyser. Applied Statistics 39, 357-365.