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 Sept. 4, 2026, 5:07 p.m.