|
|
|||||||||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.logging.AbstractLoggable
de.lmu.ifi.dbs.elki.algorithm.AbstractAlgorithm<V,OutlierResult>
de.lmu.ifi.dbs.elki.algorithm.outlier.GaussianModel<V>
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<V,Double>>
Outlier have smallest GMOD_PROB: the outlier scores is the probability density of the assumed distribution.
| Field Summary | |
|---|---|
static AssociationID<Double> |
GMOD_PROB
Association ID for the Gaussian model outlier probability |
private boolean |
invert
Invert the result |
private Flag |
INVERT_FLAG
Parameter to specify a scaling function to use. |
static OptionID |
INVERT_ID
OptionID for INVERT_FLAG |
| Fields inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable |
|---|
debug, logger |
| Constructor Summary | |
|---|---|
GaussianModel(Parameterization config)
Constructor, adhering to Parameterizable |
|
| Method Summary | |
|---|---|
protected OutlierResult |
runInTime(Database<V> database)
The run method encapsulated in measure of runtime. |
| Methods inherited from class de.lmu.ifi.dbs.elki.algorithm.AbstractAlgorithm |
|---|
isTime, isVerbose, run, setTime, setVerbose |
| Methods inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable |
|---|
debugFine, debugFiner, debugFinest, exception, progress, verbose, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final OptionID INVERT_ID
INVERT_FLAG
private final Flag INVERT_FLAG
Key: -gaussod.invert
private boolean invert
public static final AssociationID<Double> GMOD_PROB
| Constructor Detail |
|---|
public GaussianModel(Parameterization config)
Parameterizable
config - Parameterization| Method Detail |
|---|
protected OutlierResult runInTime(Database<V> database)
throws IllegalStateException
AbstractAlgorithm
runInTime in class AbstractAlgorithm<V extends NumberVector<V,Double>,OutlierResult>database - the database to run the algorithm on
IllegalStateException - if the algorithm has not been initialized
properly (e.g. the setParameters(String[]) method has been failed
to be called).
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||