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

Class LLSImputation

  • All Implemented Interfaces:
    MissingValueImputation


    public class LLSImputation
    extends java.lang.Object
    implements MissingValueImputation
    Local least squares missing value imputation. The local least squares imputation method represents a target instance that has missing values as a linear combination of similar instances, which are selected by k-nearest neighbors method.
    • Constructor Summary

      Constructors 
      Constructor and Description
      LLSImputation(int k)
      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.