alis.similarity.minhash_lsh.LSH.plot_thresh
alis.similarity.minhash_lsh.LSH.plot_thresh#
- LSH.plot_thresh(return_thresh=True, display_thresh=True, ax=None, **kwargs)[source]#
Plots the threshold plot according to number of bands.
- Parameters
- display_threshbool, default=True
whether to display emphasis on the similarity threshold or not.
- axmatplotlib.pyplot Axis, default=None
Axis for plotting. If None, use internally generated Axis object.
- **kwargskeyword arguments for the matplotlib.pyplot.plot() function.
- Returns
- axmatplotlib.pyplot Axis object