Learn R Programming

clustEff (version 0.3.1)

summary.fpcac: Summary FPCAC algorithm

Description

Summary of an object of class “fpcac”.

Usage

# S3 method for fpcac
summary(object, ...)

Value

The following items is returned:

k

The number of selected clusters.

n

The number of curves.

p

The number of harmonics used.

trimmed

The number of trimmed curves.

tabClust

The table of clusters.

avClust

The average distance within clusters.

Arguments

object

An object of class “fpcac”, the result of a call to fpcac.

...

for future methods.

Author

Gianluca Sottile gianluca.sottile@unipa.it

Details

A summary of the clustering algorithm is printed.

See Also

fpcac, opt.fpcac

Examples

Run this code

# using simulated data

# see the documentation for 'fpcac'

Run the code above in your browser using DataLab