|
|
|||||||||||||||||||||
| 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.varianceanalysis | Classes for analysis of variance by different methods. |
| 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.varianceanalysis |
|---|
| Fields in de.lmu.ifi.dbs.elki.varianceanalysis 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.varianceanalysis that return types with arguments of type EigenPair | |
|---|---|
List<EigenPair> |
FilteredEigenPairs.getStrongEigenPairs()
Returns the strong eigenpairs. |
List<EigenPair> |
FilteredEigenPairs.getWeakEigenPairs()
Returns the weak eigenpairs. |
| Methods in de.lmu.ifi.dbs.elki.varianceanalysis with parameters of type EigenPair | |
|---|---|
private void |
NormalizingEigenPairFilter.normalizeEigenPair(EigenPair eigenPair)
Normalizes an eingenpair consisting of eigenvector v and eigenvalue e s.t. |
| Constructor parameters in de.lmu.ifi.dbs.elki.varianceanalysis with type arguments of type EigenPair | |
|---|---|
FilteredEigenPairs(List<EigenPair> weakEigenPairs,
List<EigenPair> strongEigenPairs)
Creates a new object that encapsulates weak and stromg 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 stromg eigenpairs that have been filtered out by an eigenpair filter |
|
|
|
||||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||||