Diff of /man/Jaccard.Rd [000000] .. [28e211]

Switch to unified view

a b/man/Jaccard.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/Jaccard.R
3
\name{Jaccard}
4
\alias{Jaccard}
5
\title{Jaccard’s similarity}
6
\usage{
7
Jaccard(object, Clustering = "K-means", K, plot = TRUE, R = 100)
8
}
9
\arguments{
10
\item{object}{\code{DISCBIO} class object.}
11
12
\item{Clustering}{Clustering has to be one of the following:
13
["K-means","MB"]. Default is "K-means"}
14
15
\item{K}{A numeric value of the number of clusters}
16
17
\item{plot}{if `TRUE`, plots the mean Jaccard similarities}
18
19
\item{R}{number of bootstrap replicates}
20
}
21
\value{
22
A plot of the mean Jaccard similarity coefficient per cluster.
23
}
24
\description{
25
Robustness of the clusters can be assessed by Jaccard’s
26
  similarity, which reflects the reproducibility of individual clusters
27
  across bootstrapping runs. Jaccard’s similarity is the intersect of two
28
  clusters divided by the union.
29
}