Description Usage Arguments Value
Find the closest match in other.sigs
for each signature in query.sigs
1 | MatchSigs1Direction(query.sigs, other.sigs)
|
query.sigs |
A signature matrix; signatures for which to find the
closest match in |
other.sigs |
A signature matrix; find the closest matches to a signature in this matrix. The colnames are used as the identifiers of the signatures. |
A list with one element for each signature in
query.sigs
. The names
of the list elements are the colnames of query.sigs
.
Each list element
is a vector of length 1, and the name of the vector element is
the name of the closest matching signature in other.sigs
,
and the value
is the cosine similarity between the given signature in
query.sigs
and
the matching signature in other.sigs
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.