test_centroids {knor}R Documentation

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

Description

A small example of centroids of dim: (8,5) used as for micro-benchmarks of the knor 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 knor version 0.0-6 Index]