N
- Spatial VectorO
- Non Spatial Vector@Reference(authors="C.-T. Lu, D. Chen, Y. Kou", title="Detecting Spatial Outliers with Multiple Attributes", booktitle="Proc. 15th IEEE Int. Conf. Tools with Artificial Intelligence (TAI 2003)", url="https://doi.org/10.1109/TAI.2003.1250179", bibkey="DBLP:conf/ictai/LuCK03") public class CTLuMedianMultipleAttributes<N,O extends NumberVector> extends AbstractNeighborhoodOutlier<N>
Reference:
C.-T. Lu, D. Chen, Y. Kou
Detecting Spatial Outliers with Multiple Attributes
Proc. 15th IEEE Int. Conf. Tools with Artificial Intelligence (TAI 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 |
LOG
logger
|
NEIGHBORHOOD_ID
ALGORITHM_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(Database database,
Relation<N> spatial,
Relation<O> attributes)
Run the algorithm
|
getNeighborSetPredicateFactory
run
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
private static final Logging LOG
public CTLuMedianMultipleAttributes(NeighborSetPredicate.Factory<N> npredf)
npredf
- Neighborhood predicateprotected Logging getLogger()
AbstractAlgorithm
getLogger
in class AbstractAlgorithm<OutlierResult>
public OutlierResult run(Database database, Relation<N> spatial, Relation<O> attributes)
database
- Databasespatial
- Spatial relationattributes
- Attributes relationpublic TypeInformation[] getInputTypeRestriction()
AbstractAlgorithm
getInputTypeRestriction
in interface Algorithm
getInputTypeRestriction
in class AbstractAlgorithm<OutlierResult>
Copyright © 2019 ELKI Development Team. License information.