Uses of Class
elki.outlier.COP.DistanceDist
-
Packages that use COP.DistanceDist Package Description elki.outlier Outlier detection algorithms. -
-
Uses of COP.DistanceDist in elki.outlier
Fields in elki.outlier declared as COP.DistanceDist Modifier and Type Field Description protected COP.DistanceDist
COP. dist
Type of distribution to assume for distances.(package private) COP.DistanceDist
COP.Par. dist
Distance distributution assumption.Methods in elki.outlier that return COP.DistanceDist Modifier and Type Method Description static COP.DistanceDist
COP.DistanceDist. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static COP.DistanceDist[]
COP.DistanceDist. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in elki.outlier with parameters of type COP.DistanceDist Constructor Description COP(Distance<? super V> distance, int k, PCARunner pca, double expect, COP.DistanceDist dist, boolean models)
Constructor.
-