|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.math.linearalgebra.pca.FilteredEigenPairs
public class FilteredEigenPairs

Encapsulates weak and strong eigenpairs that have been filtered out by an eigenpair filter.
| Field Summary | |
|---|---|
private List<EigenPair> |
strongEigenPairs
The strong eigenpairs. |
private List<EigenPair> |
weakEigenPairs
The weak eigenpairs. |
| Constructor Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
int |
countStrongEigenPairs()
Counts the strong eigenpairs. |
int |
countWeakEigenPairs()
Counts the strong eigenpairs. |
List<EigenPair> |
getStrongEigenPairs()
Returns the strong eigenpairs (no copy). |
List<EigenPair> |
getWeakEigenPairs()
Returns the weak eigenpairs (no copy). |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final List<EigenPair> weakEigenPairs
private final List<EigenPair> strongEigenPairs
| Constructor Detail |
|---|
public FilteredEigenPairs(List<EigenPair> weakEigenPairs,
List<EigenPair> strongEigenPairs)
weakEigenPairs - the weak eigenpairsstrongEigenPairs - the strong eigenpairs| Method Detail |
|---|
public List<EigenPair> getWeakEigenPairs()
public int countWeakEigenPairs()
public List<EigenPair> getStrongEigenPairs()
public int countStrongEigenPairs()
public String toString()
toString in class Object
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||