
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 | LOGThe 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(Relation<N> nrel,
   Relation<? extends NumberVector<?>> relation)Main method. | 
getNeighborSetPredicateFactorymakeParameterDistanceFunction, runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunprivate static final Logging LOG
public CTLuMoranScatterplotOutlier(NeighborSetPredicate.Factory<N> npredf)
npredf - Neighborhoodpublic OutlierResult run(Relation<N> nrel, Relation<? extends NumberVector<?>> relation)
nrel - Neighborhood relationrelation - Data relation (1d!)public TypeInformation[] getInputTypeRestriction()
AbstractAlgorithmgetInputTypeRestriction in interface AlgorithmgetInputTypeRestriction in class AbstractAlgorithm<OutlierResult>protected Logging getLogger()
AbstractAlgorithmgetLogger in class AbstractAlgorithm<OutlierResult>