N
- Neighborhood type@Title(value="Median Algorithm for Spatial Outlier Detection") @Reference(authors="C.-T. Lu and D. Chen and Y. Kou", title="Algorithms for Spatial Outlier Detection", booktitle="Proc. 3rd IEEE International Conference on Data Mining", url="http://dx.doi.org/10.1109/ICDM.2003.1250986") public class CTLuMedianAlgorithm<N> extends AbstractNeighborhoodOutlier<N>
Reference:
C.-T. Lu and D. Chen and Y. Kou
Algorithms for Spatial Outlier Detection
in Proc. 3rd IEEE International Conference on Data Mining
Modifier and Type | Class and Description |
---|---|
static class |
CTLuMedianAlgorithm.Parameterizer<N>
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
LOG
The logger for this class.
|
NEIGHBORHOOD_ID
Constructor and Description |
---|
CTLuMedianAlgorithm(NeighborSetPredicate.Factory<N> npredf)
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<N> nrel,
Relation<? extends NumberVector> relation)
Main method.
|
getNeighborSetPredicateFactory
makeParameterDistanceFunction, run
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
private static final Logging LOG
public CTLuMedianAlgorithm(NeighborSetPredicate.Factory<N> npredf)
npredf
- Neighborhood predicatepublic OutlierResult run(Database database, Relation<N> nrel, Relation<? extends NumberVector> relation)
database
- Databasenrel
- Neighborhood relationrelation
- Data relation (1d!)protected Logging getLogger()
AbstractAlgorithm
getLogger
in class AbstractAlgorithm<OutlierResult>
public TypeInformation[] getInputTypeRestriction()
AbstractAlgorithm
getInputTypeRestriction
in interface Algorithm
getInputTypeRestriction
in class AbstractAlgorithm<OutlierResult>
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.