-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
77 lines (76 loc) · 2 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
67
68
69
70
71
72
73
74
75
76
77
# Generated by roxygen2: do not edit by hand
export(adaptive_breaks)
export(area_between_dhist_ecmfs)
export(as_smoothed_dhist)
export(as_unsmoothed_dhist)
export(binned_densities_adaptive)
export(count_graphlet_tuples)
export(count_graphlet_tuples_ego)
export(count_graphlets_ego)
export(count_graphlets_for_graph)
export(count_graphlets_per_node)
export(count_orbits_per_node)
export(counts_from_observations)
export(cross_comp_to_matrix)
export(cross_comparison_spec)
export(density_binned_counts)
export(density_binned_counts_gp)
export(density_from_counts)
export(dhist)
export(dhist_ecmf)
export(dhist_from_obs)
export(dhist_from_obs_slow)
export(dhist_mean_location)
export(dhist_std)
export(dhist_variance)
export(ecmf_knots)
export(ego_network_density)
export(ego_to_graphlet_counts)
export(emd)
export(emd_cs)
export(emd_fast_no_smoothing)
export(emd_lp)
export(gdd)
export(gdd_for_all_graphs)
export(graph_features_to_histograms)
export(graph_to_indexed_edges)
export(graphlet_ids_for_size)
export(graphlet_key)
export(harmonise_dhist_locations)
export(indexed_edges_to_graph)
export(interval_index)
export(is_dhist)
export(make_named_ego_graph)
export(mean_centre_dhist)
export(mean_density_binned_graphlet_counts)
export(min_emd)
export(min_emd_exhaustive)
export(min_emd_optimise)
export(min_emd_optimise_fast)
export(netdis)
export(netdis.plot)
export(netdis_centred_graphlet_counts)
export(netdis_expected_counts)
export(netdis_many_to_many)
export(netdis_one_to_many)
export(netdis_one_to_one)
export(netdis_subtract_exp_counts)
export(netdis_uptok)
export(netemd.plot)
export(netemd_many_to_many)
export(netemd_one_to_one)
export(netemd_single_pair)
export(normalise_dhist_mass)
export(normalise_dhist_variance)
export(orbit_key)
export(orbit_to_graphlet_counts)
export(read_simple_graph)
export(read_simple_graphs)
export(scale_graphlet_count)
export(scale_graphlet_counts_ego)
export(shift_dhist)
export(simplify_graph)
export(single_density_bin)
export(sort_dhist)
importFrom(Rcpp,sourceCpp)
useDynLib(netdist, .registration=TRUE)