KmedoidsResult-class {fastkmedoids} | R Documentation |
An S4 class to represent the result of kmedoids clustering
Description
An S4 class to represent the result of kmedoids clustering
Slots
cost
The cost value of kmedoids clustering
medoids
The medoids of kmedoids clustering
assignment
The assignment of which cluster each observation belongs to of kmedoids clustering
[Package fastkmedoids version 1.2 Index]