Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.pca |
Provides implementations of Principle Components Analysis (PCA).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPrincipalComponentsAnalysis
Abstract implementation of PCA.
|
class |
GeneralizedHebbianAlgorithm
Implementation of the Generalized Hebbian Algorithm, also known as
Sanger's Rule, which is a generalization of Oja's Rule.
|
class |
ThinSingularValueDecomposition
Computes the "thin" singular value decomposition of a dataset.
|