trip_match_cpp: trip match algorithm that calculate matching distances.

Description Usage Arguments Value

Description

trip match algorithm that calculate matching distances.

Usage

1
trip_match_cpp(M1, M2, dist_cut = 1e-04, heading_cut = 0.005)

Arguments

M1

distance and heading matrix of simplified trip 1.

M2

distance and heading matrix of simplified trip 2.

dist_cut

distance cut-off.

heading_cut

heading cut-off.

Value

distances of matching trip segments.


platypus1989/PathMatch documentation built on May 15, 2019, 5:51 p.m.