Package elki.outlier.meta
Class RescaleMetaOutlierAlgorithm
- java.lang.Object
-
- elki.outlier.meta.RescaleMetaOutlierAlgorithm
-
- All Implemented Interfaces:
elki.Algorithm,OutlierAlgorithm
public class RescaleMetaOutlierAlgorithm extends java.lang.Object implements OutlierAlgorithm
Scale another outlier score using the given scaling function.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRescaleMetaOutlierAlgorithm.ParParameterization class
-
Constructor Summary
Constructors Constructor Description RescaleMetaOutlierAlgorithm(elki.Algorithm algorithm, elki.utilities.scaling.ScalingFunction scaling)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutlierResultautorun(elki.database.Database database)elki.data.type.TypeInformation[]getInputTypeRestriction()private OutlierResultgetOutlierResult(java.lang.Object result)Find an OutlierResult to work with.
-
-
-
Method Detail
-
autorun
public OutlierResult autorun(elki.database.Database database)
- Specified by:
autorunin interfaceelki.Algorithm- Specified by:
autorunin interfaceOutlierAlgorithm
-
getOutlierResult
private OutlierResult getOutlierResult(java.lang.Object result)
Find an OutlierResult to work with.- Parameters:
result- Result object- Returns:
- Iterator to work with
-
getInputTypeRestriction
public elki.data.type.TypeInformation[] getInputTypeRestriction()
- Specified by:
getInputTypeRestrictionin interfaceelki.Algorithm
-
-