summary.fpcac {clustEff}R Documentation

Summary FPCAC algorithm

Description

Summary of an object of class “fpcac”.

Usage

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

Arguments

object

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

...

for future methods.

Details

A summary of the clustering algorithm is printed.

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.

Author(s)

Gianluca Sottile gianluca.sottile@unipa.it

See Also

fpcac, opt.fpcac

Examples


# using simulated data

# see the documentation for 'fpcac'


[Package clustEff version 0.3.1 Index]