N
- Neighborhood type@Title(value="Median Algorithm for Spatial Outlier Detection") @Reference(authors="C.-T. Lu, D. Chen, Y. Kou", title="Algorithms for Spatial Outlier Detection", booktitle="Proc. 3rd IEEE International Conference on Data Mining", url="https://doi.org/10.1109/ICDM.2003.1250986", bibkey="DBLP:conf/icdm/LuCK03") public class CTLuMedianAlgorithm<N> extends AbstractNeighborhoodOutlier<N>
Reference:
C.-T. Lu, D. Chen, Y. Kou
Algorithms for Spatial Outlier Detection
Proc. 3rd IEEE International Conference on Data Mining (ICDM)
Median Algorithm uses Median to represent the average non-spatial attribute
value of neighbors.
The Difference e = non-spatial-Attribute-Value - Median (Neighborhood) is
computed.
The Spatial Objects with the highest standardized e value are Spatial
Outliers.
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
ALGORITHM_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
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 © 2019 ELKI Development Team. License information.