print.meanshift: Print a mean shift clustering

print.meanshiftR Documentation

Print a mean shift clustering

Description

Prints the number of clusters found, their sizes and the kernel used.

Usage

## S3 method for class 'meanshift'
print(x, ...)

Arguments

x

The clustering (object of class meanshift-class, created by MEANSHIFT).

...

Other parameters.

See Also

meanshift-class, MEANSHIFT

Examples


require (datasets)
data (iris)
MEANSHIFT (iris [, -5])


fdm2id documentation built on Aug. 28, 2026, 9:07 a.m.