public class ImputationByMean
Imputation of the missing data by mean of the respective column.
public static kotlin.Array[] impute(kotlin.Array[] data)
Impute the missing values.
data - matrixpublic static double mean(int col,
kotlin.Array[] data)
col - containing the missing data point.data - matrix