partition.object {cluster} | R Documentation |
These are objects of class "partition" They represent a partitioning of a dataset into clusters.
This class of objects is returned from pam
, clara
or fanny
.
The "partition"
class has a method for the following generic functions:
plot
, clusplot
.
The following classes inherit from class "partition"
:
"pam"
, "clara"
and "fanny"
.
See pam.object
, clara.object
and fanny.object
for details.
pam
, pam.object
, clara
, clara.object
, fanny
, fanny.object
.