Learn R Programming

knor (version 0.0-7)

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

Arguments

Format

An object of class "matrix"

Examples

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

Run the code above in your browser using DataLab