Revision 9fbfbef539cfc60884f6828c62f0aa328335a0b1 authored by Toni Giorgino on 08 January 2008, 00:00:00 UTC, committed by Gabor Csardi on 08 January 2008, 00:00:00 UTC
1 parent da02fed
dtw-internal.R
###############################################################
# #
# Author: Toni Giorgino <toni.giorgino@gmail.com> #
# Laboratory for Biomedical Informatics #
# University of Pavia - Italy #
# www.labmedinfo.org #
# #
# $Id: dtw-internal.R 94 2008-01-08 16:44:46Z tonig $
# #
###############################################################
##
## $Id: dtw-internal.R 94 2008-01-08 16:44:46Z tonig $
##
## Internal functions for the dtw package.
## Not to be used by the user.
## Function applying dtw and only returning the
## distance
dtwpairdist <- function(...) {
dtw(distance.only=TRUE,...)$distance;
}

Computing file changes ...