Learn R Programming

fdm2id (version 1.0.1)

print.meanshift: Print a mean shift clustering

Description

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

Usage

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

Arguments

x

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

...

Other parameters.

See Also

meanshift-class, MEANSHIFT

Examples

Run this code
# \donttest{
require (datasets)
data (iris)
MEANSHIFT (iris [, -5])
# }

Run the code above in your browser using DataLab