V - the type of NumberVector handled by this Algorithm@Title(value="Simple COP: Correlation Outlier Probability") @Reference(authors="Arthur Zimek", title="Application 2: Outlier Detection (Chapter 18)", booktitle="Correlation Clustering", bibkey="phd/dnb/Zimek08/Ch18") public class SimpleCOP<V extends NumberVector> extends AbstractDistanceBasedAlgorithm<V,OutlierResult> implements OutlierAlgorithm
This is the simpler, original version of COP, as published in
Reference:
Arthur Zimek
Application 2: Outlier Detection (Chapter 18)
Correlation Clustering
which has then been refined to the method published as COP
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleCOP.Parameterizer<V extends NumberVector>
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
private DependencyDerivator<V> |
dependencyDerivator
Holds the object performing the dependency derivation
|
(package private) int |
k
Number of neighbors to be considered.
|
private static Logging |
LOG
The logger for this class.
|
ALGORITHM_IDDISTANCE_FUNCTION_ID| Constructor and Description |
|---|
SimpleCOP(DistanceFunction<? super V> distanceFunction,
int k,
PCARunner pca,
EigenPairFilter filter)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TypeInformation[] |
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query.
|
protected Logging |
getLogger()
Get the (STATIC) logger for this class.
|
OutlierResult |
run(Database database,
Relation<V> data) |
getDistanceFunctionrunclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunprivate static final Logging LOG
int k
private DependencyDerivator<V extends NumberVector> dependencyDerivator
public SimpleCOP(DistanceFunction<? super V> distanceFunction, int k, PCARunner pca, EigenPairFilter filter)
distanceFunction - Distance functionk - k Parameterpca - PCA runnerfilter - Filter for selecting eigenvectorspublic OutlierResult run(Database database, Relation<V> data) throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionpublic TypeInformation[] getInputTypeRestriction()
AbstractAlgorithmgetInputTypeRestriction in interface AlgorithmgetInputTypeRestriction in class AbstractAlgorithm<OutlierResult>protected Logging getLogger()
AbstractAlgorithmgetLogger in class AbstractAlgorithm<OutlierResult>Copyright © 2019 ELKI Development Team. License information.