Documentation of 'smile.imputation.AverageImputation' Java class
AverageImputation
smile.imputation

Class AverageImputation

  • All Implemented Interfaces:
    MissingValueImputation


    public class AverageImputation
    extends java.lang.Object
    implements MissingValueImputation
    Impute missing values with the average of other attributes in the instance. Assume the attributes of the dataset are of same kind, e.g. microarray gene expression data, the missing values can be estimated as the average of non-missing attributes in the same instance. Note that this is not the average of same attribute across different instances.
    • Constructor Summary

      Constructors 
      Constructor and Description
      AverageImputation()
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void impute(double[][] data)
      Impute missing values in the dataset.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.