https://github.com/cran/dtw
Raw File
Tip revision: 47b430f6e116f153b5f406d88ce26f868027a447 authored by Toni Giorgino on 30 November 2007, 00:00:00 UTC
version 1.0-2
Tip revision: 47b430f
dtw-internal.Rd
\name{dtw-internal}
\alias{backtrack}
\alias{globalCostMatrix}
\alias{globalCostNative}

\title{Internal dtw Functions}
\description{
  Internal dtw functions
}
\details{
  These are not to be called by the user. Frontend to the
  DTW package is the \code{\link{dtw}} function.
}
\keyword{ internal }
back to top