.compute_distinct_score | R Documentation |
Given score_1
and score_2
, and having already
computed common_score
, compute the distinct scores.
This is more-or-less a simple subtraction, but we need to handle situations
where we might need to "fill-in extra dimensions"
.compute_distinct_score(score_1, score_2, common_score)
score_1 |
matrix |
score_2 |
matrix |
common_score |
matrix |
list of two matrices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.