Learn R Programming

gmum.r (version 0.2.1)

clustering: clustering

Description

Print labels assigned

Print labels assigned

Gets vector with node indexes assigned to examples in the dataset

Usage

clustering(c)
"clustering"(c)
"clustering"(c)

Arguments

c
Object with clusters

Examples

Run this code
## Not run: 
# clustering(c)
# ## End(Not run)
## Not run: 
# clustering(c)
# ## End(Not run)
gng <- GNG(gng.preset.sphere(100))
clustering(gng)

Run the code above in your browser using DataLab