Revision 7870cc17bf76171231882a590f4dcf3afab5a1fa authored by Francisco Martinez on 04 June 2020, 07:40:03 UTC, committed by cran-robot on 04 June 2020, 07:40:03 UTC
1 parent 1334e82
Raw File
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