.defineInternalDistanceMetrics {latrend} | R Documentation |
Define the distance metrics for multiple types at once
.defineInternalDistanceMetrics(
name,
type = c("traj", "fit"),
distanceFun,
clusterAggregationFun = weighted.mean,
assertNonEmpty = TRUE,
assertNonSolitary = FALSE,
assertNonIdentical = FALSE,
...
)