
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(Relation<N> spatial,
Relation<O> attributes) |
getNeighborSetPredicateFactorymakeParameterDistanceFunction, runclone, 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(Relation<N> spatial, Relation<O> attributes)
public TypeInformation[] getInputTypeRestriction()
AbstractAlgorithmgetInputTypeRestriction in interface AlgorithmgetInputTypeRestriction in class AbstractAlgorithm<OutlierResult>