-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
69 lines (68 loc) · 1.81 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
# Generated by roxygen2: do not edit by hand
export(AnalysisPipeline)
export(BaseAnalysisPipeline)
export(CheckColumnType)
export(MetaAnalysisPipeline)
export(StreamingAnalysisPipeline)
export(assessEngineSetUp)
export(bivarPlots)
export(castKafkaStreamAsString)
export(convertKafkaValueFromJson)
export(correlationMatPlot)
export(createPipelineInstance)
export(exportAsMetaPipeline)
export(generateReport)
export(genericPipelineException)
export(getDatatype)
export(getFeaturesForPyClassification)
export(getInput)
export(getLoggerDetails)
export(getOutputById)
export(getPipeline)
export(getPipelinePrototype)
export(getRegistry)
export(getResponse)
export(getTargetForPyClassification)
export(getTerm)
export(ignoreCols)
export(isDependencyParam)
export(loadMetaPipeline)
export(loadPipeline)
export(loadPredefinedFunctionRegistry)
export(loadRegistry)
export(multiVarOutlierPlot)
export(outlierPlot)
export(prepExecution)
export(registerFunction)
export(savePipeline)
export(saveRegistry)
export(setInput)
export(setLoggerDetails)
export(setPythonEnvir)
export(sparkRSessionCreateIfNotPresent)
export(univarCatDistPlots)
export(updateObject)
export(visualizePipeline)
exportClasses(AnalysisPipeline)
exportClasses(BaseAnalysisPipeline)
exportClasses(MetaAnalysisPipeline)
exportClasses(StreamingAnalysisPipeline)
exportMethods(checkSchemaMatch)
exportMethods(generateOutput)
importFrom(graphics,image)
importFrom(magrittr,"%>%")
importFrom(methods,getClass)
importFrom(methods,new)
importFrom(methods,removeMethod)
importFrom(methods,setClassUnion)
importFrom(methods,setGeneric)
importFrom(methods,setOldClass)
importFrom(pipeR,"%>>%")
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(stats,as.formula)
importFrom(stats,lm)
importFrom(stats,reorder)
importFrom(stats,terms)
importFrom(utils,installed.packages)
importFrom(utils,read.csv)