JaxGraph.quantiles¶
- JaxGraph.quantiles(q_list=None)[source]¶
Computes quantiles of hyper-edge set features.
- Parameters:
q_list (list[float] | None) – Percentiles to compute
- Returns:
Mapping “hyper_edge_set/feature/percentile” to values.
- Raises:
ValueError – If the jax graph is not single or batched and cannot be quantiled.
- Return type:
dict[str, Array]