public static class COPAC.Settings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
epsilon
Epsilon value for GDBSCAN.
|
EigenPairFilter |
filter
Eigenpair filter.
|
int |
k
Neighborhood size.
|
int |
minpts
MinPts parameter.
|
PCARunner |
pca
Class to compute PCA.
|
Constructor and Description |
---|
Settings() |
public int k
public PCARunner pca
public EigenPairFilter filter
public double epsilon
public int minpts
Copyright © 2019 ELKI Development Team. License information.