smile.imputation
Interface MissingValueImputation
-
- All Known Implementing Classes:
- AverageImputation, KMeansImputation, KNNImputation, LLSImputation, SVDImputation
public interface MissingValueImputationInterface to impute missing values in the dataset.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidimpute(double[][] data)Impute missing values in the dataset.
-
-
-
Method Detail
-
impute
void impute(double[][] data) throws MissingValueImputationExceptionImpute missing values in the dataset.- Parameters:
data- a data set with missing values (represented as Double.NaN). On output, missing values are filled with estimated values.- Throws:
MissingValueImputationException
-
-
DataMelt 3.0 © DataMelt by jWork.ORG