Learn R Programming

latrend (version 1.6.1)

.defineInternalDistanceMetrics: Define the distance metrics for multiple types at once

Description

Define the distance metrics for multiple types at once

Usage

.defineInternalDistanceMetrics(
  name,
  type = c("traj", "fit"),
  distanceFun,
  clusterAggregationFun = weighted.mean,
  assertNonEmpty = TRUE,
  assertNonSolitary = FALSE,
  assertNonIdentical = FALSE,
  ...
)

Arguments