Rclusterpp.linkageKinds: Linkage and distance kinds available in Rclusterpp

Description Usage Details Value Author(s) See Also Examples

View source: R/Rclusterpp.hclust.R

Description

Functions that return character vectors with the available linkage and distance kinds that correspond with internal enums. Intended for use with pmatch.

Usage

1
2

Details

Returns character vectors whose ordering enables integer to enum conversion for LinkageKinds and DistanceKinds enums within the Rclusterpp library.

Value

Character vectors.

Linkage Kinds: "ward", "average", "single", "complete"

Distance Kinds: "euclidean", "manhattan", "maximum", "minkowski"

Author(s)

Michael Linderman

See Also

Rclusterpp.hclust

Examples

1
2

Rclusterpp documentation built on May 30, 2017, 12:05 a.m.