V - Vector type@Title(value="Gaussian Model Outlier Detection") @Description(value="Fit a multivariate gaussian model onto the data, and use the PDF to compute an outlier score.") public class GaussianModel<V extends NumberVector> extends AbstractAlgorithm<OutlierResult> implements OutlierAlgorithm
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GaussianModel.Parameterizer<V extends NumberVector>
Parameterization class. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private boolean | 
invert
Invert the result 
 | 
private static Logging | 
LOG
The logger for this class. 
 | 
ALGORITHM_ID| Constructor and Description | 
|---|
GaussianModel(boolean invert)
Constructor with actual parameters. 
 | 
| 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<V> relation)
Run the algorithm 
 | 
runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunprivate static final Logging LOG
private boolean invert
public GaussianModel(boolean invert)
invert - inversion flag.public OutlierResult run(Relation<V> relation)
relation - Data relationpublic TypeInformation[] getInputTypeRestriction()
AbstractAlgorithmgetInputTypeRestriction in interface AlgorithmgetInputTypeRestriction in class AbstractAlgorithm<OutlierResult>protected Logging getLogger()
AbstractAlgorithmgetLogger in class AbstractAlgorithm<OutlierResult>Copyright © 2019 ELKI Development Team. License information.