
V - Vector type@Title(value="EM Outlier: Outlier Detection based on the generic EM clustering") @Description(value="The outlier score assigned is based on the highest cluster probability obtained from EM clustering.") public class EMOutlier<V extends NumberVector<?>> extends AbstractAlgorithm<OutlierResult> implements OutlierAlgorithm
| Modifier and Type | Class and Description | 
|---|---|
| static class  | EMOutlier.Parameterizer<V extends NumberVector<?>>Parameterization class. | 
| Modifier and Type | Field and Description | 
|---|---|
| private EM<V> | emClusteringInner algorithm. | 
| private static Logging | LOGThe logger for this class. | 
| Constructor and Description | 
|---|
| EMOutlier(EM<V> emClustering)Constructor with an existing em clustering algorithm. | 
| 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<V> relation)Runs the algorithm in the timed evaluation part. | 
makeParameterDistanceFunction, runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunprivate static final Logging LOG
private EM<V extends NumberVector<?>> emClustering
public OutlierResult run(Database database, Relation<V> relation)
database - Database to processrelation - Relation to processpublic TypeInformation[] getInputTypeRestriction()
AbstractAlgorithmgetInputTypeRestriction in interface AlgorithmgetInputTypeRestriction in class AbstractAlgorithm<OutlierResult>protected Logging getLogger()
AbstractAlgorithmgetLogger in class AbstractAlgorithm<OutlierResult>