jaccard-class | R Documentation |
Class jaccard defines a jaccard object.
jmat
a matrix object that contains the jaccard index similarity matrix
nmat
a matrix object that contains the normalized similarity matrix
p1
an array of numeric values indicates the coverage for rows
p2
an array of numeric values indicates the coverage for columns
norm
a logical variable indicates whether jaccard index matrix has been normalized
input.mat
a character variable indicates what matrix is used as input (i.e. "bmat", "pmat", "gmat")
data(demo.sp); demo.sub.sp = demo.sp[1:5,]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.