View source: R/Similarity_Functions.R
compute_sim_barcode_pair | R Documentation |
Compute the barcode betti similarity function for all the studied dimension in two given structures.
compute_sim_barcode_pair(barcode_a, barcode_b, resolution = 0.01)
barcode_a |
barcode structure a |
barcode_b |
barcode structure b |
resolution |
resolution parameter that indicates de width of the intervals used to approximate the function. |
returns a list with the similarities between the barcodes of
## Not run: compute_sim_barcode_pair(barcode_a,barcode_b,resolution) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.