https://github.com/cran/tsfknn
Raw File
Tip revision: c1cb69c3b53e5f3899ca6162f495a1707583bfa0 authored by Francisco Martinez on 04 September 2023, 08:40:02 UTC
version 0.5.2
Tip revision: c1cb69c
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(autoplot,knnForecast)
S3method(plot,knnForecast)
S3method(plot,knnForecastRO)
S3method(predict,knnForecast)
S3method(print,knnForecast)
S3method(print,summary.knnForecast)
S3method(summary,knnForecast)
export(knn_examples)
export(knn_forecasting)
export(n_training_examples)
export(nearest_neighbors)
export(rolling_origin)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,autoplot)
importFrom(graphics,plot)
importFrom(stats,predict)
useDynLib(tsfknn)
back to top