is.same.set {mstclustering} | R Documentation |
Check if two elements are in the same set
is.same.set(i, j, ufds)
i |
The first element in the tuple. |
j |
The second element in the tuple. |
ufds |
A data.table representing a UFDS. |
TRUE if the elements are in the same set, FALSE otherwise.