dataeval.metrics.bias.CoverageOutput#
- class dataeval.metrics.bias.CoverageOutput#
Output class for
coverage()bias metric- indices#
Array of uncovered indices
- Type:
NDArray[np.intp]
- radii#
Array of critical value radii
- Type:
NDArray[np.float64]
- plot(images, top_k=6)#
Plot the top k images together for visualization
- Parameters:
images (ArrayLike) – Original images (not embeddings) in (N, C, H, W) or (N, H, W) format
top_k (int, default 6) – Number of images to plot (plotting assumes groups of 3)
- Return type:
matplotlib.figure.Figure