partition.object {cluster} | R Documentation |
The objects of class "partition"
represent a partitioning of a dataset into clusters.
These objects are 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.