genHD | R Documentation |
Generates a data frame with the pairwise distances between trajectories
genHD(
data_list,
parallel = TRUE,
distance = c("H", "F"),
q = 0.5,
future_seed = 123
)
data_list |
A list created with |
parallel |
TRUE/FALSE value. Use parallel computation? Default value is TRUE. |
distance |
Metric used to compute the distances between trajectories. Options are **H** for median Hausforff distance, and **F** for discrete Fréchet distance. |
q |
Quantile for the extended Hausdorff distance. Default value q=0.5 leads to median Hausdorff distance. |
future_seed |
Logical/Integer. The seed to be used for parallellization. Further details in |
A data frame with the subjects and trips identifiers and their distances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.