Class HistoricalEventCorrelator
java.lang.Object
org.episteme.social.history.HistoricalEventCorrelator
Analyzes historical events to detect patterns, causal relationships, and clusters.
- Since:
- 2.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final record -
Method Summary
Modifier and TypeMethodDescriptionfindEventClusters(List<HistoricalEventCorrelator.CorrelatableEvent> events, int maxGapDays)
-
Method Details
-
findCorrelations
public static List<HistoricalEventCorrelator.Correlation> findCorrelations(List<HistoricalEventCorrelator.CorrelatableEvent> events) -
findEventClusters
public static List<List<HistoricalEventCorrelator.CorrelatableEvent>> findEventClusters(List<HistoricalEventCorrelator.CorrelatableEvent> events, int maxGapDays) -
eventFrequencyByCategory
public static Map<String,Integer> eventFrequencyByCategory(List<HistoricalEventCorrelator.CorrelatableEvent> events)
-