Description Usage Arguments Value Author(s) See Also Examples
View source: R/matrixFactorization.R
A matrix factorization A = B C based on the results of hclust is constructed, which holds the mean feature values for each cluster in the matrix B and the indication of the cluster in the matrix C for each data point (i.e. each data point is represented by its assigned cluster center).
1 | prismaHclust(prismaData, ncomp, method = "single")
|
prismaData |
PRISMA data for which a clustering should be calculated. |
ncomp |
the number of components that should be extracted. |
method |
the method used for clustering. |
prismaHclust |
Matrix factorization object containing B and C resulting from the hierarchical clustering of the data. |
Tammo Krueger <tammokrueger@googlemail.com>
1 | # please see the vingette for examles
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.