test_data: A small dataset of dim: (50,5) used as for micro-benchmarks...

Description Usage Format Examples

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

1

Format

An object of class "matrix"

Examples

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

knor documentation built on March 26, 2020, 7:18 p.m.

Related to test_data in knor...