jaccard#
- pylibcudf.nvtext.jaccard.jaccard_index(
- Column input1,
- Column input2,
- size_type width,
- stream=None,
- DeviceMemoryResource mr=None,
Returns the Jaccard similarity between individual rows in two strings columns.
For details, see
jaccard_index()- Parameters:
- input1Column
Input strings column
- input2Column
Input strings column
- widthsize_type
The ngram number to generate
- streamStream | None
CUDA stream on which to perform the operation.
- mrDeviceMemoryResource | None
Device memory resource used to allocate the returned column’s device memory.
- Returns:
- Column
Index calculation values