ksb.csle.component.operator.util
MedianUtil object to calculate the median value of a specific column in a dataframe.
Calculates a median value using following params.
Input dataframe.
The column names to be calculated.
Map[String, Any] The map of colNames and median values.
MedianUtil object to calculate the median value of a specific column in a dataframe.