N
- Spatial VectorO
- Attribute 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 CTLuMeanMultipleAttributes<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 |
CTLuMeanMultipleAttributes.Parameterizer<N,O extends NumberVector>
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
LOG
logger
|
NEIGHBORHOOD_ID
Constructor and Description |
---|
CTLuMeanMultipleAttributes(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
makeParameterDistanceFunction, run
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
private static final Logging LOG
public CTLuMeanMultipleAttributes(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
- Numerical attributespublic TypeInformation[] getInputTypeRestriction()
AbstractAlgorithm
getInputTypeRestriction
in interface Algorithm
getInputTypeRestriction
in class AbstractAlgorithm<OutlierResult>
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.