DistmatLowerTriangular-class | R Documentation |
Reference class that is used internally for PAM centroids when pam.precompute = TRUE
and
pam.sparse = FALSE
. It contains Distmat.
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.
distmat
The lower triangular.
initialize(..., distmat, series, distance, control, error.check = TRUE)
Initialization based on needed parameters
dm <- new("DistmatLowerTriangular",
distmat = proxy::dist(CharTraj[1:5], method = "gak", sigma = 5.5, window.size = 10L))
dm[2:3, 4:5]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.