Description Usage Arguments Value See Also Examples
Calculate the bag-of-characters similarity between strings.
1 2 | orderinsensitivedists(strings = NULL, split = NULL,
segmentcounts = segment.counts(strings, split))
|
strings |
a vector or list of strings |
split |
boundary sequency at which to segment the strings (default splits the string into all its constituent characters) |
segmentcounts |
if custom segmentation is required, the pre-segmented strings can be passed as this argument (which is a list of lists) |
a distance matrix
1 | orderinsensitivedists(c("xxxx", "asdf", "asd", "dsa"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.