O
- DatabaseObject@Title(value="OPTICS-OF: Identifying Local Outliers") @Description(value="Algorithm to compute density-based local outlier factors in a database based on the neighborhood size parameter \'minpts\'") @Reference(authors="Markus M. Breunig, Hans-Peter Kriegel, Raymond Ng, J\u00f6rg Sander", title="OPTICS-OF: Identifying Local Outliers", booktitle="Proc. 3rd European Conf. on Principles of Knowledge Discovery and Data Mining (PKDD\'99)", url="https://doi.org/10.1007/978-3-540-48247-5_28", bibkey="DBLP:conf/pkdd/BreunigKNS99") public class OPTICSOF<O> extends AbstractDistanceBasedAlgorithm<O,OutlierResult> implements OutlierAlgorithm
OPTICSTypeAlgorithm
clustering.
Reference:
Markus M. Breunig, Hans-Peter Kriegel, Raymond Ng, Jörg Sander
OPTICS-OF: Identifying Local Outliers
Proc. 3rd European Conf. on Principles of Knowledge Discovery and Data Mining
(PKDD'99)
Modifier and Type | Class and Description |
---|---|
static class |
OPTICSOF.Parameterizer<O>
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
LOG
The logger for this class.
|
private int |
minpts
Parameter to specify the threshold MinPts.
|
ALGORITHM_ID
DISTANCE_FUNCTION_ID
Constructor and Description |
---|
OPTICSOF(DistanceFunction<? super O> distanceFunction,
int minpts)
Constructor with parameters.
|
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<O> relation)
Perform OPTICS-based outlier detection.
|
getDistanceFunction
run
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
private static final Logging LOG
private int minpts
public OPTICSOF(DistanceFunction<? super O> distanceFunction, int minpts)
distanceFunction
- distance functionminpts
- minPts parameterpublic OutlierResult run(Database database, Relation<O> relation)
database
- Databaserelation
- Relationpublic TypeInformation[] getInputTypeRestriction()
AbstractAlgorithm
getInputTypeRestriction
in interface Algorithm
getInputTypeRestriction
in class AbstractAlgorithm<OutlierResult>
protected Logging getLogger()
AbstractAlgorithm
getLogger
in class AbstractAlgorithm<OutlierResult>
Copyright © 2019 ELKI Development Team. License information.