de.lmu.ifi.dbs.elki.algorithm.outlier.spatial
Class CTLuMeanMultipleAttributes<N,O extends NumberVector<?,?>>
java.lang.Object
   de.lmu.ifi.dbs.elki.algorithm.AbstractAlgorithm<OutlierResult>
de.lmu.ifi.dbs.elki.algorithm.AbstractAlgorithm<OutlierResult>
       de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.AbstractNeighborhoodOutlier<N>
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.AbstractNeighborhoodOutlier<N>
           de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuMeanMultipleAttributes<N,O>
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuMeanMultipleAttributes<N,O>
- Type Parameters:
- N- Spatial Vector
- O- Attribute Vector
- All Implemented Interfaces: 
- Algorithm, OutlierAlgorithm, InspectionUtilFrequentlyScanned, Parameterizable
- @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>
 
Mean Approach is used to discover spatial outliers with multiple attributes.
 
 
 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.
 
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
logger
public static final Logging logger
- logger
 
 
CTLuMeanMultipleAttributes
public CTLuMeanMultipleAttributes(NeighborSetPredicate.Factory<N> npredf)
- Constructor
 
- Parameters:
- npredf- Neighborhood predicate
 
getLogger
protected Logging getLogger()
- Description copied from class: AbstractAlgorithm
- Get the (STATIC) logger for this class.
 
- 
- Specified by:
- getLoggerin class- AbstractAlgorithm<OutlierResult>
 
- 
- Returns:
- the static logger
 
run
public OutlierResult run(Relation<N> spatial,
                         Relation<O> attributes)
- 
 
getInputTypeRestriction
public TypeInformation[] getInputTypeRestriction()
- Description copied from class: AbstractAlgorithm
- Get the input type restriction used for negotiating the data query.
 
- 
- Specified by:
- getInputTypeRestrictionin interface- Algorithm
- Specified by:
- getInputTypeRestrictionin class- AbstractAlgorithm<OutlierResult>
 
- 
- Returns:
- Type restriction