forked from OHDSI/PatientLevelPrediction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
100 lines (99 loc) · 2.55 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
# Generated by roxygen2: do not edit by hand
S3method(print,plpData)
S3method(print,summary.plpData)
S3method(summary,plpData)
export(averagePrecision)
export(brierScore)
export(calibrationLine)
export(computeAuc)
export(configurePython)
export(covariateSummary)
export(createCohortCovariateSettings)
export(createDatabaseDetails)
export(createDefaultExecuteSettings)
export(createDefaultSplitSetting)
export(createExecuteSettings)
export(createFeatureEngineeringSettings)
export(createLearningCurve)
export(createLogSettings)
export(createModelDesign)
export(createPlpResultTables)
export(createPreprocessSettings)
export(createRandomForestFeatureSelection)
export(createRestrictPlpDataSettings)
export(createSampleSettings)
export(createStudyPopulation)
export(createStudyPopulationSettings)
export(createUnivariateFeatureSelection)
export(createValidationSettings)
export(diagnostic)
export(evaluatePlp)
export(externalValidateDbPlp)
export(fitPlp)
export(getCalibrationSummary)
export(getCohortCovariateData)
export(getDemographicSummary)
export(getPlpData)
export(getPredictionDistribution)
export(getThresholdSummary)
export(ici)
export(launchDiagnosticsExplorer)
export(listAppend)
export(loadPlpAnalysesJson)
export(loadPlpData)
export(loadPlpModel)
export(loadPlpResult)
export(loadPlpShareable)
export(loadPrediction)
export(modelBasedConcordance)
export(outcomeSurvivalPlot)
export(pfi)
export(plotDemographicSummary)
export(plotF1Measure)
export(plotGeneralizability)
export(plotLearningCurve)
export(plotPlp)
export(plotPrecisionRecall)
export(plotPredictedPDF)
export(plotPredictionDistribution)
export(plotPreferencePDF)
export(plotSmoothCalibration)
export(plotSparseCalibration)
export(plotSparseCalibration2)
export(plotSparseRoc)
export(plotVariableScatterplot)
export(populatePlpResultTables)
export(predictCyclops)
export(predictPlp)
export(recalibratePlp)
export(recalibratePlpRefit)
export(runMultiplePlp)
export(runPlp)
export(savePlpAnalysesJson)
export(savePlpData)
export(savePlpModel)
export(savePlpResult)
export(savePlpShareable)
export(savePrediction)
export(setAdaBoost)
export(setCoxModel)
export(setDecisionTree)
export(setGradientBoostingMachine)
export(setIterativeHardThresholding)
export(setKNN)
export(setLassoLogisticRegression)
export(setMLP)
export(setNaiveBayes)
export(setPythonEnvironment)
export(setRandomForest)
export(setSVM)
export(simulatePlpData)
export(splitData)
export(toSparseM)
export(validateMultiplePlp)
export(viewDatabaseResultPlp)
export(viewMultiplePlp)
export(viewPlp)
import(FeatureExtraction)
importFrom(dplyr,"%>%")
importFrom(rlang,.data)