
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<?>,D extends NumberDistance<D,?>> extends AbstractDistanceBasedAlgorithm<V,D,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<?>,D extends NumberDistance<D,?>>
Parameterization class. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private DependencyDerivator<V,D> | 
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,D> distanceFunction,
         int k,
         PCAFilteredRunner<V> 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)  | 
getDistanceFunctionmakeParameterDistanceFunction, runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunprivate static final Logging LOG
int k
private DependencyDerivator<V extends NumberVector<?>,D extends NumberDistance<D,?>> dependencyDerivator
public SimpleCOP(DistanceFunction<? super V,D> distanceFunction, int k, PCAFilteredRunner<V> pca)
distanceFunction - Distance functionk - k Parameterpca - PCA runner-public OutlierResult run(Database database, Relation<V> data) throws IllegalStateException
IllegalStateExceptionpublic TypeInformation[] getInputTypeRestriction()
AbstractAlgorithmgetInputTypeRestriction in interface AlgorithmgetInputTypeRestriction in class AbstractAlgorithm<OutlierResult>protected Logging getLogger()
AbstractAlgorithmgetLogger in class AbstractAlgorithm<OutlierResult>