HD_data {iccTraj} | R Documentation |
Creates a data frame with the Hausdorff distance between two trajectories
Description
Creates a data frame with the Hausdorff distance between two trajectories
Usage
HD_data(data, i, j, q)
Arguments
data |
A list created with |
i |
Position in the data of the first trajectory |
j |
Position in the data of the second trajectory |
q |
Quantile for the extended Hausdorff distance. Default value q=1 uses the maximum that leads to classical Hausdorff distance. |
Value
A data frame with the subjects and trips identifiers and the extended Hausdorff distance
[Package iccTraj version 1.1.0 Index]