
N - the type the spatial neighborhood is defined overO - the type of objects handled by the algorithmD - the type of Distance used for non spatial attributes@Title(value="SLOM: a new measure for local spatial outliers") @Description(value="Spatial local outlier measure (SLOM), which captures the local behaviour of datum in their spatial neighbourhood") @Reference(authors="Sanjay Chawla and Pei Sun", title="SLOM: a new measure for local spatial outliers", booktitle="Knowledge and Information Systems 9(4), 412-429, 2006", url="http://dx.doi.org/10.1007/s10115-005-0200-2") public class SLOM<N,O,D extends NumberDistance<D,?>> extends AbstractDistanceBasedSpatialOutlier<N,O,D>
 Reference:
 Sanjay Chawla and Pei Sun
 SLOM: a new measure for local spatial outliers
 in Knowledge and Information Systems 9(4), 412-429, 2006
 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SLOM.Parameterizer<N,O,D extends NumberDistance<D,?>>Parameterization class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | LOGThe logger for this class. | 
NON_SPATIAL_DISTANCE_FUNCTION_IDNEIGHBORHOOD_ID| Constructor and Description | 
|---|
| SLOM(NeighborSetPredicate.Factory<N> npred,
    PrimitiveDistanceFunction<O,D> nonSpatialDistanceFunction)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> spatial,
   Relation<O> relation) | 
getNonSpatialDistanceFunctiongetNeighborSetPredicateFactorymakeParameterDistanceFunction, runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunprivate static final Logging LOG
public SLOM(NeighborSetPredicate.Factory<N> npred, PrimitiveDistanceFunction<O,D> nonSpatialDistanceFunction)
npred - Neighborhood predicatenonSpatialDistanceFunction - Distance function to use on the
        non-spatial attributespublic OutlierResult run(Database database, Relation<N> spatial, Relation<O> relation)
database - Database to processspatial - Spatial Relation to use.relation - Relation to use.protected Logging getLogger()
AbstractAlgorithmgetLogger in class AbstractAlgorithm<OutlierResult>public TypeInformation[] getInputTypeRestriction()
AbstractAlgorithmgetInputTypeRestriction in interface AlgorithmgetInputTypeRestriction in class AbstractAlgorithm<OutlierResult>