Analytics
Graph & analytics
Analytics
Advanced graph analytics — connected components, clustering, modularity, and learning metrics.
GET
Analytics
Response
Total nodes in graph.
Total edges in graph.
Number of connected components.
Size of the largest component.
Average shortest path length.
Graph diameter.
Global clustering coefficient.
Average local clustering.
Modularity score.
Number of communities detected.
Learning-specific metrics.
LearningMetricsResponse
| Field | Type | Description |
|---|---|---|
total_events | usize | Total events processed |
unique_contexts | usize | Number of unique contexts |
learned_patterns | usize | Number of learned patterns |
strong_memories | usize | Number of strong memories |
overall_success_rate | f32 | Overall success rate (0.0–1.0) |
average_edge_weight | f32 | Average edge weight |
