leaf_scores | R Documentation |
Produces a matrix S
where S_{ij}
is a score
of the path ending in vertices i
and j
.
Since vistla works on vertex pairs, this value is unique.
This can be interpreted as a feature similarity matrix
in context of the current vistla root.
leaf_scores(x)
x |
vistla object. |
A square matrix with leaf scores of all feature pairs.
This function should be called on an unpruned vistla tree, otherwise the result will be mostly composed of zeroes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.