public static class ERiC.Settings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
delta
Parameter to specify the threshold for approximate linear dependency: the
strong eigenvectors of q are approximately linear dependent from the
strong eigenvectors p if the following condition holds for all strong
eigenvectors q_i of q (lambda_q < lambda_p): q_i' * M^check_p * q_i
<= delta^2, must be a double equal to or greater than 0.
|
EigenPairFilter |
filter
Filter for Eigenvectors.
|
int |
k
Neighborhood size.
|
int |
minpts
Minimum neighborhood size (density).
|
PCARunner |
pca
Class to compute PCA.
|
double |
tau
Parameter to specify the threshold for the maximum distance between two
approximately linear dependent subspaces of two objects p and q (lambda_q
< lambda_p) before considering them as parallel, must be a double
equal to or greater than 0.
|
Constructor and Description |
---|
Settings() |
public int k
public PCARunner pca
public EigenPairFilter filter
public double delta
public double tau
public int minpts
Copyright © 2019 ELKI Development Team. License information.