(bound-zero mtx)
compute the get-bounds of a matrix (mtx) taking into account that mget is zero indexed
compute the get-bounds of a matrix (mtx) taking into account that mget is zero indexed
(compute-CA! CA p2p-dist i-start j-start i-end j-end)
mutates CA between the boundaries specified by i,j to calculate the link distance
mutates CA between the boundaries specified by i,j to calculate the link distance
(find-sequence CA)
(find-sequence CA [i-start j-start i-end j-end])
Given a link-distance matrix CA find the path enclosed by the limits i-start j-start i-end j-end that minimizes the distance between the two curves from which CA was created.
Given a link-distance matrix CA find the path enclosed by the limits i-start j-start i-end j-end that minimizes the distance between the two curves from which CA was created.
(link-matrix p2p-dist)
(link-matrix p2p-dist limits)
calculate the link distance among all possible discrete parametrization of the curves P and Q using dist-fn. The discrete frechet distance is returned along the coupling sequence.
calculate the link distance among all possible discrete parametrization of the curves P and Q using dist-fn. The discrete frechet distance is returned along the coupling sequence.
(point-distance P Q dist-fn)
computes the distance between all the possible point combinations of the two curves P and Q using the dist-fn
computes the distance between all the possible point combinations of the two curves P and Q using the dist-fn
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close