Description Usage Arguments Value Examples
Principal components analysis on the given numeric data matrix and returns the results as an object
1 | makePCA(pca.task)
|
pca.task |
[ |
PCAObject
1 2 3 | pca.task = makePCATask(id = "iris.test", data = iris, target = "Species",
tol = 1e-1, center = TRUE)
pca.result = makePCA(pca.task)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.