Learn R Programming

warbleR (version 1.1.25)

ff_DTW: alternative name for ffDTW

Description

alternative name for ffDTW

Usage

ff_DTW(
  X,
  wl = 512,
  length.out = 20,
  wn = "hanning",
  ovlp = 70,
  bp = c(0, 22),
  threshold = 5,
  img = TRUE,
  parallel = 1,
  path = NULL,
  img.suffix = "ffDTW",
  pb = TRUE,
  clip.edges = TRUE,
  window.type = "none",
  open.end = FALSE,
  scale = FALSE,
  ...
)

Arguments

Details

see ffDTW for documentation. ffDTW will be deprecated in future versions.