computeSimilarityMatrix {mcMST} | R Documentation |
Compute similarity matrix.
Description
Given a list of objects and a function which computes a similarity
measure between two objects of the list, computeSimilarity
returns a
similarity matrix.
Usage
computeSimilarityMatrix(set, sim.fun, ...)
Arguments
set |
[ |
sim.fun |
[ |
... |
[any] |
Value
[matrix(n, n)
] (n,n)
matrix with n
being the length of set
.
[Package mcMST version 1.1.1 Index]