Module abd_clam::chaoda::graph

source ·
Expand description

TODO: Add documentation on graph module

Structs§

  • Two Clusters have an Edge between them if they have overlapping volumes.
  • A Graph represents a collection of Clusters and Edges, i.e. connections between overlapping Clusters.
  • A Vertex for a Graph.

Type Aliases§

  • A set of edges with references to edges in a graph.
  • A Boxed function that assigns a score for a given Cluster.
  • The ratios used for anomaly detection.
  • A set of clusters with references to clusters in a graph.