Learn R Programming

knor (version 0.0-7)

test_centroids: 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)

Arguments

Format

An object of class "matrix"

Examples

Run this code
# NOT RUN {
data(test_centroids)
kms <- Kmeans(test_data, test_centroids)
# }

Run the code above in your browser using DataLab