Last chance! 50% off unlimited learning
Sale ends in
These functions relate to the pairwise probabilities that two items are clustered together, i.e., belong to the same subset in a partition.
pairwise.probabilities(x, parallel = TRUE)
An object of class shallot.samples.raw
when supplied to
pairwise.probabilities
or an object of class
shallot.pairwiseProbability
when supplied to print
and
as.matrix
.
Should all of the CPU cores should be used? Defaults to
TRUE
.
Currently ignored.
The pairwise.probabilities
function returns an object
of class shallot.pairwiseProbability
.
The as.matrix
function
returns a square matrix.
pairwise.probabilities
calculates the pairwise probabilities
that two items are clustered together, i.e., belong to the same subset in a
partition.
as.matrix
converts the
results of pairwise.probabilities
to an matrix.
# NOT RUN {
# }
# NOT RUN {
example(shallot)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab