View source: R/computeSimilarityMatrix.R
computeSimilarityMatrix | R Documentation |
Given a list of objects and a function which computes a similarity
measure between two objects of the list, computeSimilarity
returns a
similarity matrix.
computeSimilarityMatrix(set, sim.fun, ...)
set |
[ |
sim.fun |
[ |
... |
[any] |
[matrix(n, n)
] (n,n)
matrix with n
being the length of set
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.