Skip to content

Commit

Permalink
export computeDistanceFromPointToSetOfPoints
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbossek committed Jul 21, 2015
1 parent 44b506c commit f60be44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/computeAverageHausdorffDistance.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ computeInvertedGenerationalDistance = function(A, B, p = 1) {
#' @param B [\code{matrix}]\cr
#' Point set (each row corresponds to a point).
#' @return [\code{numeric(1)}]
#' @export
computeDistanceFromPointToSetOfPoints = function(a, B) {
# to avoid loops here we construct a matrix and make use of R's vector
# computation qualities
Expand Down

0 comments on commit f60be44

Please sign in to comment.