makePCA: Calculates the PCA

Description Usage Arguments Value Examples

Description

Principal components analysis on the given numeric data matrix and returns the results as an object

Usage

1
makePCA(pca.task)

Arguments

pca.task

[PCATask]
A pcaTask Object

Value

PCAObject

Examples

1
2
3
pca.task = makePCATask(id = "iris.test", data = iris, target = "Species",
                        tol = 1e-1, center = TRUE)
pca.result = makePCA(pca.task)

ptl93/AEDA documentation built on May 7, 2019, 3:20 p.m.