-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
66 lines (65 loc) · 2.02 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
# Generated by roxygen2: do not edit by hand
S3method(approx_k,DocumentTermMatrix)
S3method(approx_k,TermDocumentMatrix)
S3method(as_topic,get_terms)
S3method(assign_cluster,hierarchical_cluster)
S3method(assign_cluster,kmeans_cluster)
S3method(assign_cluster,nmf_cluster)
S3method(assign_cluster,skmeans_cluster)
S3method(cosine_distance,DocumentTermMatrix)
S3method(cosine_distance,TermDocumentMatrix)
S3method(get_documents,assign_cluster)
S3method(get_dtm,data_store)
S3method(get_dtm,hierarchical_cluster)
S3method(get_dtm,kmeans_cluster)
S3method(get_dtm,nmf_cluster)
S3method(get_dtm,skmeans_cluster)
S3method(get_removed,data_store)
S3method(get_removed,hierarchical_cluster)
S3method(get_removed,kmeans_cluster)
S3method(get_removed,nmf_cluster)
S3method(get_removed,skmeans_cluster)
S3method(get_terms,assign_cluster_hierarchical)
S3method(get_terms,assign_cluster_kmeans)
S3method(get_terms,assign_cluster_nmf)
S3method(get_terms,assign_cluster_skmeans)
S3method(get_text,assign_cluster)
S3method(get_text,data_store)
S3method(get_text,default)
S3method(get_text,hierarchical_cluster)
S3method(get_text,kmeans_cluster)
S3method(get_text,nmf_cluster)
S3method(get_text,skmeans_cluster)
S3method(hierarchical_cluster,data_store)
S3method(jaccard_distance,DocumentTermMatrix)
S3method(jaccard_distance,TermDocumentMatrix)
S3method(kmeans_cluster,data_store)
S3method(nmf_cluster,data_store)
S3method(plot,hierarchical_cluster)
S3method(print,as_topic)
S3method(print,assign_cluster)
S3method(print,compare)
S3method(print,data_store)
S3method(print,get_documents)
S3method(print,get_terms)
S3method(skmeans_cluster,data_store)
S3method(summary,assign_cluster)
export(approx_k)
export(as_topic)
export(assign_cluster)
export(categorize)
export(compare)
export(cosine_distance)
export(data_store)
export(get_documents)
export(get_dtm)
export(get_removed)
export(get_terms)
export(get_text)
export(hierarchical_cluster)
export(jaccard_distance)
export(kmeans_cluster)
export(nmf_cluster)
export(read_cluster_text)
export(skmeans_cluster)
export(write_cluster_text)