Reference class that is used internally for PAM centroids when pam.precompute = TRUE and pam.sparse = FALSE. It contains Distmat .
class
Details
If you wish to, you can use this class to access dist elements with [ as if it were a normal matrix. You can use methods::new passing the dist object in a distmat argument.
Fields
distmat: The lower triangular.
Methods
initialize(..., distmat, series, distance, control, error.check = TRUE): Initialization based on needed parameters