View source: R/Rclusterpp.hclust.R
Rclusterpp.linkageKinds | R Documentation |
Functions that return character vectors with the available linkage and distance kinds that correspond with internal enums. Intended for use with pmatch.
Rclusterpp.linkageKinds() Rclusterpp.distanceKinds()
Returns character vectors whose ordering enables integer to enum conversion for LinkageKinds and DistanceKinds enums within the Rclusterpp library.
Character vectors.
Linkage Kinds: "ward", "average", "single", "complete"
Distance Kinds: "euclidean", "manhattan", "maximum", "minkowski"
Michael Linderman
Rclusterpp.hclust
Rclusterpp.linkageKinds() Rclusterpp.distanceKinds()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.