R/FrantiClusters.R

#' 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"
jmsallan/combheuristics documentation built on June 22, 2022, 4:11 p.m.