
N - Neighborhood type@Title(value="Median Algorithm for Spatial Outlier Detection") @Reference(authors="C.-T. Lu and D. Chen and Y. Kou", title="Algorithms for Spatial Outlier Detection", booktitle="Proc. 3rd IEEE International Conference on Data Mining", url="http://dx.doi.org/10.1109/ICDM.2003.1250986") public class CTLuMedianAlgorithm<N> extends AbstractNeighborhoodOutlier<N>
Reference:
C.-T. Lu and D. Chen and Y. Kou
Algorithms for Spatial Outlier Detection
in Proc. 3rd IEEE International Conference on Data Mining
| 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| 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(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 CTLuMedianAlgorithm(NeighborSetPredicate.Factory<N> npredf)
npredf - Neighborhood predicatepublic OutlierResult run(Relation<N> nrel, Relation<? extends NumberVector<?>> relation)
nrel - Neighborhood relationrelation - Data relation (1d!)protected Logging getLogger()
AbstractAlgorithmgetLogger in class AbstractAlgorithm<OutlierResult>public TypeInformation[] getInputTypeRestriction()
AbstractAlgorithmgetInputTypeRestriction in interface AlgorithmgetInputTypeRestriction in class AbstractAlgorithm<OutlierResult>