R/RcppExports.R

Defines functions build_examples_a build_examples_m build_examples2 first_n

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

first_n <- function(m, v, k) {
    .Call('_tsfknn_first_n', PACKAGE = 'tsfknn', m, v, k)
}

build_examples2 <- function(timeS, lags, nt) {
    .Call('_tsfknn_build_examples2', PACKAGE = 'tsfknn', timeS, lags, nt)
}

build_examples_m <- function(timeS, lags, nt) {
    .Call('_tsfknn_build_examples_m', PACKAGE = 'tsfknn', timeS, lags, nt)
}

build_examples_a <- function(timeS, lags, nt) {
    .Call('_tsfknn_build_examples_a', PACKAGE = 'tsfknn', timeS, lags, nt)
}

Try the tsfknn package in your browser

Any scripts or data that you put into this service are public.

tsfknn documentation built on Sept. 4, 2023, 9:06 a.m.