-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
41 lines (40 loc) · 1.01 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
# Generated by roxygen2: do not edit by hand
export(accuracy_pairs)
export(adj_rand_index)
export(balanced_accuracy_pairs)
export(canonicalize_pairs)
export(clusters_to_membership)
export(clusters_to_pairs)
export(completeness)
export(contingency_table_clusters)
export(contingency_table_pairs)
export(eval_report_clusters)
export(eval_report_pairs)
export(f_measure_pairs)
export(fowlkes_mallows)
export(fowlkes_mallows_pairs)
export(homogeneity)
export(membership_to_clusters)
export(membership_to_pairs)
export(mutual_info)
export(pairs_to_clusters)
export(pairs_to_membership)
export(precision_pairs)
export(rand_index)
export(recall_pairs)
export(sensitivity_pairs)
export(specificity_pairs)
export(v_measure)
export(variation_info)
import(Rcpp)
importFrom(Matrix,colSums)
importFrom(Matrix,crossprod)
importFrom(Matrix,rowSums)
importFrom(Matrix,which)
importFrom(Rcpp,evalCpp)
importFrom(stats,na.action)
importFrom(stats,na.fail)
importFrom(stats,na.omit)
importFrom(stats,xtabs)
importFrom(utils,combn)
useDynLib(clevr)