JaxGraph.quantiles¶
- JaxGraph.quantiles(q_list=None)[source]¶
Computes quantiles of hyper-edge set features.
Warning : Assumes that the graph is single and not batched. Will be vmapped.
- Parameters:
q_list (list[float] | None) – Percentiles to compute
- Returns:
Mapping “hyper-edge set/feature/percentile” to values
- Return type:
dict[str, Array]