test_centroids {clusternor}R Documentation

A small example of centroids of dim: (8,5) used as for micro-benchmarks of the clusternor package. The data are randomly generated.

Description

A small example of centroids of dim: (8,5) used as for micro-benchmarks of the clusternor package. The data are randomly generated.

Usage

data(test_centroids)

Format

An object of class "matrix"

Examples

data(test_centroids)
kms <- Kmeans(test_data, test_centroids)

[Package clusternor version 0.0-3 Index]