Description Usage Arguments Details Value See Also Examples
Filter raw principal component data automatically until only the top 2 PCs remain.
1 | executePCFiltering(pcData)
|
pcData |
a numerical R matrix or data frame. |
Indirect recursion in the case of optimal subset ambiguity (i.e. different models for maxBIC and maxLikelihood)
list of iteration results from PCA filtering, where each iteation has one less PC. List elements are PCA matrices. Last entry in the list corresponds to the top 2 PCs for clustering.
1 2 3 4 | data <- validateAndLoadData(iris)
pcObj <- prcomp(data)
pcData <- pcObj$x
iterationResults <- executePCFiltering(pcData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.