N
- Neighborhood type@Title(value="Moran Scatterplot Outlier") @Description(value="Spatial Outlier detection based on the standardized deviation from the local means.") @Reference(authors="S. Shekhar and C.-T. Lu and P. Zhang", title="A Unified Approach to Detecting Spatial Outliers", booktitle="GeoInformatica 7-2, 2003", url="http://dx.doi.org/10.1023/A:1023455925009") public class CTLuMoranScatterplotOutlier<N> extends AbstractNeighborhoodOutlier<N>
Reference:
S. Shekhar and C.-T. Lu and P. Zhang
A Unified Approach to Detecting Spatial Outliers
in GeoInformatica 7-2, 2003
Moran scatterplot is a plot of normalized attribute values against the neighborhood average of normalized attribute values. Spatial Objects on the upper left or lower right are Spatial Outliers.
Modifier and Type | Class and Description |
---|---|
static class |
CTLuMoranScatterplotOutlier.Parameterizer<N>
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
LOG
The logger for this class.
|
NEIGHBORHOOD_ID
Constructor and Description |
---|
CTLuMoranScatterplotOutlier(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 CTLuMoranScatterplotOutlier(NeighborSetPredicate.Factory<N> npredf)
npredf
- Neighborhoodpublic OutlierResult run(Database database, Relation<N> nrel, Relation<? extends NumberVector> relation)
database
- Databasenrel
- Neighborhood relationrelation
- Data relation (1d!)public TypeInformation[] getInputTypeRestriction()
AbstractAlgorithm
getInputTypeRestriction
in interface Algorithm
getInputTypeRestriction
in class AbstractAlgorithm<OutlierResult>
protected Logging getLogger()
AbstractAlgorithm
getLogger
in class AbstractAlgorithm<OutlierResult>
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.