
Last chance! 50% off unlimited learning
Sale ends in
If only one sample is provided, this function computes an adjacency matrix,
i.e., a binary matrix whose x
matrix), this function
computes the
psm(x, nCores = 0)
A x[b,i] == x[b,j]
.
The number of CPU cores to use. A value of zero indicates to use all cores on the system.
A
# NOT RUN {
partition <- iris.clusterings[1,]
psm(partition)
dim(iris.clusterings)
# For examples, use 'nCores=1' per CRAN rules, but in practice omit this.
probs <- psm(iris.clusterings, nCores=1)
dim(probs)
probs[1:6, 1:6]
# }
Run the code above in your browser using DataLab