clustering-methods: clustering

Description Usage Arguments Examples

Description

Print labels assigned

Print labels assigned

Gets vector with node indexes assigned to examples in the dataset

Usage

1
2
3
4
5
6
7
clustering(c)

## S3 method for class 'Rcpp_CecModel'
clustering(c)

## S3 method for class 'Rcpp_GNGServer'
clustering(c)

Arguments

c

Object with clusters

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
clustering(c)

## End(Not run)
## Not run: 
clustering(c)

## End(Not run)
gng <- GNG(gng.preset.sphere(100))
clustering(gng)

gmum.r documentation built on May 29, 2017, 3:52 p.m.