-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
44 lines (43 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
S3method(gclust,default)
S3method(gclust,dist)
S3method(gclust,mst)
S3method(genie,default)
S3method(genie,dist)
S3method(genie,mst)
S3method(mst,default)
S3method(mst,dist)
export(adjusted_fm_score)
export(adjusted_mi_score)
export(adjusted_rand_score)
export(bonferroni_index)
export(calinski_harabasz_index)
export(devergottini_index)
export(dunnowa_index)
export(emst_mlpack)
export(fm_score)
export(gclust)
export(generalised_dunn_index)
export(genie)
export(gini_index)
export(mi_score)
export(mst)
export(negated_ball_hall_index)
export(negated_davies_bouldin_index)
export(negated_wcss_index)
export(normalized_clustering_accuracy)
export(normalized_confusion_matrix)
export(normalized_mi_score)
export(normalized_pivoted_accuracy)
export(normalizing_permutation)
export(pair_sets_index)
export(rand_score)
export(silhouette_index)
export(silhouette_w_index)
export(wcnn_index)
importFrom(Rcpp,evalCpp)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(utils,capture.output)
useDynLib(genieclust, .registration=TRUE)