Plot Jaccard Heatmap of Sample Reuse Across Iterations
Source:R/plot_jaccard_heatmap.R
plot_jaccard_heatmap.Rd
Computes and visualizes the Jaccard similarity of sample usage across iterations for a given role (e.g., "test", "train", or "inference").
Usage
plot_jaccard_heatmap(
data,
role = "test",
row_names = NULL,
title = NULL,
file = NULL,
width = 8,
height = 8
)