generate_default_cost_matrix: Generate a default cost matrix
Description
generate a default cost matrix contains all possible characters in the raw data with all diagonal values set to 0 and others set to 1. This avoids you constructing the matrix from scratch.
Usage
generate_default_cost_matrix(data, delim = "")
Value
Cost matrix contains all possible characters in the raw data with all diagonal values set to 0 and others set to 1.