| orderinsensitivedists | R Documentation | 
Calculate the bag-of-characters similarity between strings.
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
dist
orderinsensitivedists(c("xxxx", "asdf", "asd", "dsa"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.