pyprobound.plotting.posbias

posbias(conv1d, mode=None)

Plots the position bias profile \(\omega(x)\).

Parameters:
  • conv1d (Conv0d | Conv1d | Mode) – A component containing a position bias profile.

  • mode (Optional[Literal['line', 'heatmap']]) – Whether to plot as a line plot or heatmap. If None, defaults to line plot if input has fixed length, otherwise use heatmap.

Return type:

None