-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
45 lines (44 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
S3method(get_assignment,DSC_MCOD)
S3method(get_assignment,DSC_MOA)
S3method(get_copy,DSC_MOA)
S3method(get_macroclusters,DSC_MOA)
S3method(get_macroweights,DSC_MOA)
S3method(get_microclusters,DSC_MOA)
S3method(get_microweights,DSC_MOA)
S3method(get_outlier_positions,DSOutlier_MCOD)
S3method(get_points,DSD_MOA)
S3method(plot,DSC_MOA)
S3method(predict,DSClassifier_MOA)
S3method(predict,DSRegressor_MOA)
S3method(print,DSC_MOA)
S3method(recheck_outlier,DSOutlier_MCOD)
S3method(update,DSC_MCOD)
S3method(update,DSC_MOA)
S3method(update,DSClassifier_MOA)
S3method(update,DSRegressor_MOA)
export(DSC_BICO_MOA)
export(DSC_CluStream)
export(DSC_ClusTree)
export(DSC_DStream_MOA)
export(DSC_DenStream)
export(DSC_MCOD)
export(DSC_MOA)
export(DSC_StreamKM)
export(DSClassifier_MOA)
export(DSD_MOA)
export(DSD_RandomRBFGeneratorEvents)
export(DSOutlier_MCOD)
export(DSRegressor_MOA)
export(clean_outliers)
export(get_outlier_positions)
export(recheck_outlier)
import(methods)
import(proxy)
import(rJava)
import(stream)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(stats,predict)
importFrom(stats,runif)