#' Clustering basic benchmarks from Fränti and Sieranoja
#'
#' @description Some of the custering basic benchmarks from
#'
#' Fränti, P., & Sieranoja, S. (2018). K-means properties on six clustering benchmark datasets. Applied Intelligence, 48(12), 4743-4759.
#'
#' @format Each sample is a list containing:
#'
#' \describe{
#' \item{values}{The position (x,y) of each element.}
#' \item{k}{The suggested number of clusters.}
#' }
#'
#' @source \url{http://cs.joensuu.fi/sipu/datasets/}
#'
#' @examples
#'
#' FrantiClusters$s1
#'
"FrantiClusters"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.