V
- the type of NumberVector handled by this Algorithm@Title(value="Simple COP: Correlation Outlier Probability") @Reference(authors="Arthur Zimek", title="Correlation Clustering. PhD thesis, Chapter 18", booktitle="") public class SimpleCOP<V extends NumberVector> extends AbstractDistanceBasedAlgorithm<V,OutlierResult> implements OutlierAlgorithm
Arthur Zimek
Correlation Clustering.
PhD thesis, Chapter 18
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.
|
DISTANCE_FUNCTION_ID
Constructor and Description |
---|
SimpleCOP(DistanceFunction<? super V> distanceFunction,
int k,
PCAFilteredRunner pca)
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) |
getDistanceFunction
makeParameterDistanceFunction, run
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
private static final Logging LOG
int k
private DependencyDerivator<V extends NumberVector> dependencyDerivator
public SimpleCOP(DistanceFunction<? super V> distanceFunction, int k, PCAFilteredRunner pca)
distanceFunction
- Distance functionk
- k Parameterpca
- PCA runner-public OutlierResult run(Database database, Relation<V> data) throws IllegalStateException
IllegalStateException
public TypeInformation[] getInputTypeRestriction()
AbstractAlgorithm
getInputTypeRestriction
in interface Algorithm
getInputTypeRestriction
in class AbstractAlgorithm<OutlierResult>
protected Logging getLogger()
AbstractAlgorithm
getLogger
in class AbstractAlgorithm<OutlierResult>
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.