
N - Spatial VectorO - Non Spatial Vector@Reference(authors="Chang-Tien Lu and Dechang Chen and Yufeng Kou", title="Detecting Spatial Outliers with Multiple Attributes", booktitle="Proc. 15th IEEE International Conference on Tools with Artificial Intelligence, 2003", url="http://dx.doi.org/10.1109/TAI.2003.1250179") public class CTLuMedianMultipleAttributes<N,O extends NumberVector<?>> extends AbstractNeighborhoodOutlier<N>
 Reference:
 Chang-Tien Lu and Dechang Chen and Yufeng Kou:
 Detecting Spatial Outliers with Multiple Attributes
 in 15th IEEE International Conference on Tools with Artificial Intelligence,
 2003
 
 Implementation note: attribute standardization is not used; this is
 equivalent to using the
 AttributeWiseVarianceNormalization filter.
 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CTLuMedianMultipleAttributes.Parameterizer<N,O extends NumberVector<?>>Parameterization class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static Logging | LOGlogger | 
NEIGHBORHOOD_ID| Constructor and Description | 
|---|
| CTLuMedianMultipleAttributes(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> spatial,
   Relation<O> attributes)Run the algorithm | 
getNeighborSetPredicateFactorymakeParameterDistanceFunction, runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunprivate static final Logging LOG
public CTLuMedianMultipleAttributes(NeighborSetPredicate.Factory<N> npredf)
npredf - Neighborhood predicateprotected Logging getLogger()
AbstractAlgorithmgetLogger in class AbstractAlgorithm<OutlierResult>public OutlierResult run(Relation<N> spatial, Relation<O> attributes)
spatial - Spatial relationattributes - Attributes relationpublic TypeInformation[] getInputTypeRestriction()
AbstractAlgorithmgetInputTypeRestriction in interface AlgorithmgetInputTypeRestriction in class AbstractAlgorithm<OutlierResult>