Uses of Enum Class
com.dataai.etl.spark.functions.OutlierMethod
-
Uses of OutlierMethod in com.dataai.etl.spark.functions
Methods in com.dataai.etl.spark.functions that return OutlierMethodModifier and TypeMethodDescriptionstatic OutlierMethodReturns the enum constant of this class with the specified name.static OutlierMethod[]OutlierMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dataai.etl.spark.functions with parameters of type OutlierMethodModifier and TypeMethodDescriptionstatic org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>BusinessFunctions.outliers(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> input, List<String> groupFields, String valueField, OutlierMethod method, double threshold, Double businessMinimum, Double businessMaximum)