.defineInternalDistanceMetrics {latrend} | R Documentation |
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,
...
)
[Package latrend version 1.6.1 Index]