JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.hipparchus.stat.projection.PCA
Packages that use
PCA
Package
Description
org.hipparchus.stat.projection
Parent package for projections like decomposition (principal component analysis).
Uses of
PCA
in
org.hipparchus.stat.projection
Methods in
org.hipparchus.stat.projection
that return
PCA
Modifier and Type
Method
Description
PCA
PCA.
fit
(double[][] data)
Fit our model to the data, ready for subsequence transforms.