-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
69 lines (68 loc) · 1.85 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
# 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_ego_scaled)
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(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_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(net_emd)
export(net_emds_for_all_graphs)
export(netdis)
export(netdis_centred_graphlet_counts)
export(netdis_centred_graphlet_counts_ego)
export(netdis_expected_graphlet_counts)
export(netdis_expected_graphlet_counts_ego)
export(netdis_expected_graphlet_counts_ego_fn)
export(netdis_for_all_graphs)
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(shift_dhist)
export(simplify_graph)
export(sort_dhist)
export(zeros_to_ones)
importFrom(Rcpp,sourceCpp)
useDynLib(netdist, .registration=TRUE)