
@Title(value="Drop EigenPair Filter") public class DropEigenPairFilter extends Object implements EigenPairFilter
| Modifier and Type | Class and Description |
|---|---|
static class |
DropEigenPairFilter.Parameterizer
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
static double |
DEFAULT_WALPHA
The default value for walpha.
|
private double |
walpha
The noise tolerance level for weak eigenvectors
|
| Constructor and Description |
|---|
DropEigenPairFilter(double walpha)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FilteredEigenPairs |
filter(SortedEigenPairs eigenPairs)
Filters the specified eigenpairs into strong and weak eigenpairs,
where strong eigenpairs having high variances
and weak eigenpairs having small variances.
|
public static final double DEFAULT_WALPHA
private double walpha
public DropEigenPairFilter(double walpha)
walpha - public FilteredEigenPairs filter(SortedEigenPairs eigenPairs)
EigenPairFilterfilter in interface EigenPairFiltereigenPairs - the eigenPairs (i.e. the eigenvectors andCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.