public class ImputationByMean extends Object
Modifier and Type | Method and Description |
---|---|
static double[][] |
impute(double[][] data)
Impute the missing values.
|
static double |
mean(int col,
double[][] data) |
Copyright © 2018. All rights reserved.