-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
128 lines (127 loc) · 4.2 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# Generated by roxygen2: do not edit by hand
S3method(ExtractChartData,DeepLearning)
S3method(ExtractChartData,GradientBoost)
S3method(ExtractChartData,LDA)
S3method(ExtractChartData,RandomForest)
S3method(ExtractChartData,SupportVectorMachine)
S3method(Probabilities,DeepLearning)
S3method(Probabilities,GradientBoost)
S3method(Probabilities,LDA)
S3method(Probabilities,MachineLearningEnsemble)
S3method(Probabilities,RandomForest)
S3method(Probabilities,SupportVectorMachine)
S3method(predict,DeepLearning)
S3method(predict,GradientBoost)
S3method(predict,LDA)
S3method(predict,MachineLearningEnsemble)
S3method(predict,RandomForest)
S3method(predict,SupportVectorMachine)
S3method(print,DeepLearning)
S3method(print,GradientBoost)
S3method(print,LDA)
S3method(print,MachineLearningComparison)
S3method(print,MachineLearningEnsemble)
S3method(print,RandomForest)
S3method(print,SupportVectorMachine)
export(DeepLearning)
export(DiscriminantVariables)
export(ExtractChartData)
export(GradientBoost)
export(LDA)
export(LDA.fit)
export(MachineLearning)
export(MachineLearningEnsemble)
export(MachineLearningMulti)
export(Probabilities)
export(PropensityWeights)
export(RandomForest)
export(SupportVectorMachine)
import(randomForest)
importFrom(MASS,lda)
importFrom(e1071,svm)
importFrom(flipAnalysisOfVariance,CompareMultipleMeans)
importFrom(flipAnalysisOfVariance,MultipleANOVAs)
importFrom(flipData,CalibrateWeight)
importFrom(flipData,CheckPredictionVariables)
importFrom(flipData,CleanSubset)
importFrom(flipData,CleanWeights)
importFrom(flipData,DataFormula)
importFrom(flipData,ErrorIfInfinity)
importFrom(flipData,EstimationData)
importFrom(flipData,EstimationDataTemplate)
importFrom(flipData,GetData)
importFrom(flipData,Observed)
importFrom(flipData,Probabilities)
importFrom(flipData,ValidateNewData)
importFrom(flipFormat,ComparisonTable)
importFrom(flipFormat,DeepLearningTable)
importFrom(flipFormat,ExtractChartData)
importFrom(flipFormat,ExtractCommonPrefix)
importFrom(flipFormat,FormatAsPercent)
importFrom(flipFormat,FormatAsReal)
importFrom(flipFormat,Labels)
importFrom(flipFormat,Names)
importFrom(flipFormat,RandomForestTable)
importFrom(flipRegression,Accuracy)
importFrom(flipRegression,ConfusionMatrix)
importFrom(flipStatistics,Correlation)
importFrom(flipStatistics,MeanByGroup)
importFrom(flipStatistics,WeightedCounts)
importFrom(flipTransformations,AdjustDataToReflectWeights)
importFrom(flipTransformations,AsNumeric)
importFrom(flipTransformations,CreatingFactorDependentVariableIfNecessary)
importFrom(flipTransformations,Factor)
importFrom(flipTransformations,OneHot)
importFrom(flipTransformations,StandardizeData)
importFrom(flipTransformations,WeightedSVD)
importFrom(flipU,AllVariablesNames)
importFrom(flipU,ConvertCommaSeparatedStringToVector)
importFrom(flipU,IsCount)
importFrom(flipU,OutcomeName)
importFrom(flipU,OutcomeVariable)
importFrom(flipU,StopForUserError)
importFrom(ggplot2,ggtitle)
importFrom(graphics,plot)
importFrom(keras,"%>%")
importFrom(keras,callback_early_stopping)
importFrom(keras,compile)
importFrom(keras,fit)
importFrom(keras,k_argmax)
importFrom(keras,keras_model_sequential)
importFrom(keras,layer_dense)
importFrom(keras,layer_dropout)
importFrom(keras,optimizer_rmsprop)
importFrom(keras,serialize_model)
importFrom(keras,shape)
importFrom(keras,to_categorical)
importFrom(keras,unserialize_model)
importFrom(methods,formalArgs)
importFrom(randomForest,randomForest)
importFrom(reticulate,py_is_null_xptr)
importFrom(reticulate,py_set_seed)
importFrom(rhtmlCombinedScatter,CombinedScatter)
importFrom(rhtmlLabeledScatter,LabeledScatter)
importFrom(rhtmlMoonPlot,moonplot)
importFrom(stats,aggregate)
importFrom(stats,alias)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cov.wt)
importFrom(stats,na.pass)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,reformulate)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(tensorflow,tf)
importFrom(utils,capture.output)
importFrom(utils,read.table)
importFrom(verbs,Sum)
importFrom(verbs,SumEachColumn)
importFrom(verbs,SumEachRow)
importFrom(verbs,SumEmptyHandling)
importFrom(xgboost,xgb.cv)
importFrom(xgboost,xgb.ggplot.importance)
importFrom(xgboost,xgb.importance)
importFrom(xgboost,xgb.load.raw)
importFrom(xgboost,xgboost)