EEG seizure prediction · Epilepsy pipeline
Architecture read of Epilepsy/pipelines/cwt_gnn_classifiers.py —
the config run_pipelines.py's
DENSE_EDGE_GRU_PARAMS actually drives:
event_mode="dense",
dense_edge_temporal_mode="rnn". One raw EEG epoch in, one set of class logits out.
Epilepsy/pipelines/cwt_gnn_classifiers.py (SparseEvidenceGNNCore.forward, _dense_edge_features, _DenseEdgeGRUTemporal) — merged 2026-08-16 from the former xwt_phase_gnn_classifier.py / sparse_evidence_gnn_classifier.py split. This diagram covers only the code path run_pipelines.py actually instantiates for the epilepsy dense-edge-GRU pipeline; the XWTPhaseGNN* classes and the "sparse" / "temporal_graph" event modes earlier in the same file are separate, unused-here code paths kept for parity with the BCI sibling file.