-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
40 lines (39 loc) · 1.09 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Generated by roxygen2: do not edit by hand
S3method(as.data.table,PredictionForecast)
S3method(as_data_backend,dts)
S3method(as_data_backend,forecast)
S3method(as_prediction,PredictionDataForecast)
S3method(autoplot,TaskForecast)
S3method(c,PredictionDataForecast)
S3method(check_prediction_data,PredictionDataForecast)
export(DataBackendLong)
export(LearnerForecast)
export(LearnerRegrForecastArima)
export(LearnerRegrForecastAutoArima)
export(LearnerRegrForecastAverage)
export(LearnerRegrForecastVAR)
export(MeasureForecast)
export(MeasureForecastMAE)
export(MeasureForecastMAPE)
export(MeasureForecastMSE)
export(MeasureForecastRMSE)
export(MeasureForecastRegr)
export(PredictionForecast)
export(ResamplingForecastCV)
export(ResamplingForecastHoldout)
export(TaskForecast)
export(TaskRegrForecast)
export(autoplot)
import(checkmate)
import(data.table)
import(mlr3)
import(mlr3misc)
import(paradox)
importFrom(R6,R6Class)
importFrom(digest,digest)
importFrom(ggplot2,autoplot)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(utils,bibentry)
importFrom(utils,getFromNamespace)
importFrom(utils,head)