Uses of Class
elki.outlier.distance.HilOut.ScoreType
-
Packages that use HilOut.ScoreType Package Description elki.outlier.distance Distance-based outlier detection algorithms, such as DBOutlier and kNN. -
-
Uses of HilOut.ScoreType in elki.outlier.distance
Fields in elki.outlier.distance with type parameters of type HilOut.ScoreType Modifier and Type Field Description protected java.lang.Enum<HilOut.ScoreType>
HilOut.Par. tn
Scores to report: all or top-n onlyprivate java.lang.Enum<HilOut.ScoreType>
HilOut. tn
Reporting mode: exact (top n) only, or allMethods in elki.outlier.distance that return HilOut.ScoreType Modifier and Type Method Description static HilOut.ScoreType
HilOut.ScoreType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HilOut.ScoreType[]
HilOut.ScoreType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in elki.outlier.distance with type arguments of type HilOut.ScoreType Constructor Description HilOut(LPNormDistance distance, int k, int n, int h, java.lang.Enum<HilOut.ScoreType> tn)
Constructor.
-