|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EigenPair | |
---|---|
de.lmu.ifi.dbs.elki.math.linearalgebra | Linear Algebra package provides classes and computational methods for operations on matrices. |
de.lmu.ifi.dbs.elki.math.linearalgebra.pca | Principal Component Analysis (PCA) and Eigenvector processing. |
Uses of EigenPair in de.lmu.ifi.dbs.elki.math.linearalgebra |
---|
Fields in de.lmu.ifi.dbs.elki.math.linearalgebra declared as EigenPair | |
---|---|
private EigenPair[] |
SortedEigenPairs.eigenPairs
The array of eigenpairs. |
Methods in de.lmu.ifi.dbs.elki.math.linearalgebra that return EigenPair | |
---|---|
EigenPair |
SortedEigenPairs.getEigenPair(int index)
Returns the eigenpair at the specified index. |
Methods in de.lmu.ifi.dbs.elki.math.linearalgebra with parameters of type EigenPair | |
---|---|
int |
EigenPair.compareTo(EigenPair o)
Compares this object with the specified object for order. |
Constructor parameters in de.lmu.ifi.dbs.elki.math.linearalgebra with type arguments of type EigenPair | |
---|---|
SortedEigenPairs(List<EigenPair> eigenPairs)
Creates a new SortedEigenPairs object from the specified list. |
Uses of EigenPair in de.lmu.ifi.dbs.elki.math.linearalgebra.pca |
---|
Fields in de.lmu.ifi.dbs.elki.math.linearalgebra.pca with type parameters of type EigenPair | |
---|---|
private List<EigenPair> |
FilteredEigenPairs.strongEigenPairs
The strong eigenpairs. |
private List<EigenPair> |
FilteredEigenPairs.weakEigenPairs
The weak eigenpairs. |
Methods in de.lmu.ifi.dbs.elki.math.linearalgebra.pca that return types with arguments of type EigenPair | |
---|---|
List<EigenPair> |
FilteredEigenPairs.getStrongEigenPairs()
Returns the strong eigenpairs (no copy). |
List<EigenPair> |
FilteredEigenPairs.getWeakEigenPairs()
Returns the weak eigenpairs (no copy). |
Methods in de.lmu.ifi.dbs.elki.math.linearalgebra.pca with parameters of type EigenPair | |
---|---|
private void |
NormalizingEigenPairFilter.normalizeEigenPair(EigenPair eigenPair)
Normalizes an eigenpair consisting of eigenvector v and eigenvalue e s.t. |
Constructor parameters in de.lmu.ifi.dbs.elki.math.linearalgebra.pca with type arguments of type EigenPair | |
---|---|
FilteredEigenPairs(List<EigenPair> weakEigenPairs,
List<EigenPair> strongEigenPairs)
Creates a new object that encapsulates weak and strong eigenpairs that have been filtered out by an eigenpair filter |
|
FilteredEigenPairs(List<EigenPair> weakEigenPairs,
List<EigenPair> strongEigenPairs)
Creates a new object that encapsulates weak and strong eigenpairs that have been filtered out by an eigenpair filter |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |