-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
52 lines (51 loc) · 1.25 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
41
42
43
44
45
46
47
48
49
50
51
52
# Generated by roxygen2: do not edit by hand
S3method(prediction,boosting)
S3method(prediction,cv.glmnet)
S3method(prediction,default)
S3method(prediction,glmnet)
S3method(prediction,knn)
S3method(prediction,lda)
S3method(prediction,maboost)
S3method(prediction,multinom)
S3method(prediction,naiveBayes)
S3method(prediction,nnet.formula)
S3method(prediction,pamrtrained)
S3method(prediction,randomForest)
S3method(prediction,sda)
S3method(prediction,svm)
S3method(prediction,train)
S3method(prediction,xgb.Booster)
S3method(print,prediction)
S3method(var_imp,default)
S3method(var_imp,maboost)
S3method(var_imp,randomForest)
S3method(var_imp,train)
export(boot_test)
export(boot_train)
export(classification)
export(discrimination_plot)
export(dummify)
export(error_632)
export(evaluation)
export(ova_classification)
export(ova_prediction)
export(prediction)
export(reliability_plot)
export(roc_plot)
export(sequential_pred)
export(sequential_train)
export(splendid)
export(splendid_ensemble)
export(splendid_model)
export(splendid_process)
export(split_data)
export(subsample)
export(var_imp)
import(ggplot2)
importFrom(magrittr,"%>%")
importFrom(rlang,"!!")
importFrom(rlang,"%@%")
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,sym)