-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
33 lines (32 loc) · 905 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(collect,clusters)
S3method(collect,mostprobableclusters)
S3method(spark_jobj,clusters)
S3method(spark_jobj,mostprobableclusters)
export(Attribute)
export(BetaRV)
export(CategoricalAttribute)
export(ConstantSimFn)
export(KDTreePartitioner)
export(LevenshteinSimFn)
export(clusterSizeDistribution)
export(initializeState)
export(is.Attribute)
export(is.CategoricalAttribute)
export(loadDiagnostics)
export(loadLinkageChain)
export(loadResult)
export(loadState)
export(mostProbableClusters)
export(partitionSizes)
export(runInference)
export(sharedMostProbableClusters)
exportClasses(SimFn)
exportMethods(clusterSizeDistribution)
exportMethods(mostProbableClusters)
exportMethods(partitionSizes)
exportMethods(sharedMostProbableClusters)
import(sparklyr)
importFrom(dplyr,collect)
importFrom(sparklyr,spark_jobj)
importFrom(sparklyr.nested,sdf_explode)