V - Vector type@Title(value="BruteForce: Outlier detection for high dimensional data") @Description(value="Examines all possible sets of k dimensional projections") @Reference(authors="C. C. Aggarwal, P. S. Yu", title="Outlier detection for high dimensional data", booktitle="Proc. ACM SIGMOD Int. Conf. on Management of Data (SIGMOD 2001)", url="https://doi.org/10.1145/375663.375668", bibkey="DBLP:conf/sigmod/AggarwalY01") @Alias(value="de.lmu.ifi.dbs.elki.algorithm.outlier.AggarwalYuNaive") public class AggarwalYuNaive<V extends NumberVector> extends AbstractAggarwalYuOutlier<V>
The evolutionary approach is implemented as
AggarwalYuEvolutionary
Reference:
Outlier detection for high dimensional data
C. C. Aggarwal, P. S. Yu
Proc. 2001 ACM SIGMOD international conference on Management of data
| Modifier and Type | Class and Description |
|---|---|
static class |
AggarwalYuNaive.Parameterizer<V extends NumberVector>
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
private static Logging |
LOG
The logger for this class.
|
DONT_CARE, GENE_OFFSET, k, phiALGORITHM_ID| Constructor and Description |
|---|
AggarwalYuNaive(int k,
int phi)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Logging |
getLogger()
Get the (STATIC) logger for this class.
|
OutlierResult |
run(Relation<V> relation)
Run the algorithm on the given relation.
|
buildRanges, computeSubspace, computeSubspaceForGene, getInputTypeRestriction, sparsityrunclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunprivate static final Logging LOG
public AggarwalYuNaive(int k,
int phi)
k - Kphi - Phipublic OutlierResult run(Relation<V> relation)
relation - Relationprotected Logging getLogger()
AbstractAlgorithmgetLogger in class AbstractAlgorithm<OutlierResult>Copyright © 2019 ELKI Development Team. License information.