test_data {knor}R Documentation

A small dataset of dim: (50,5) used as for micro-benchmarks of the knor package. The data are randomly generated hence a clear number of clusters will be hard to find.

Description

A small dataset of dim: (50,5) used as for micro-benchmarks of the knor package. The data are randomly generated hence a clear number of clusters will be hard to find.

Usage

data(test_data)

Format

An object of class "matrix"

Examples

ncenters <- 8
kms <- Kmeans(test_data, ncenters)

[Package knor version 0.0-6 Index]