N - Spatial VectorO - Attribute 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 CTLuMeanMultipleAttributes<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 |
CTLuMeanMultipleAttributes.Parameterizer<N,O extends NumberVector>
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
private static Logging |
LOG
Logger
|
NEIGHBORHOOD_IDALGORITHM_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
|
getNeighborSetPredicateFactoryrunclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunprivate static final Logging LOG
public CTLuMeanMultipleAttributes(NeighborSetPredicate.Factory<N> npredf)
npredf - Neighborhood predicateprotected Logging getLogger()
AbstractAlgorithmgetLogger in class AbstractAlgorithm<OutlierResult>public OutlierResult run(Database database, Relation<N> spatial, Relation<O> attributes)
database - Databasespatial - Spatial relationattributes - Numerical attributespublic TypeInformation[] getInputTypeRestriction()
AbstractAlgorithmgetInputTypeRestriction in interface AlgorithmgetInputTypeRestriction in class AbstractAlgorithm<OutlierResult>Copyright © 2019 ELKI Development Team. License information.