Documentation of 'org.encog.ml.data.versatile.missing.MissingHandler' Java class
MissingHandler
org.encog.ml.data.versatile.missing

Interface MissingHandler

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    MeanMissingHandler


    public interface MissingHandler
    extends java.io.Serializable
    Specifies how to handle missing data.
    • Method Detail

      • init

        void init(NormalizationHelper normalizationHelper)
        Called by the normalizer to setup this handler.
        Parameters:
        normalizationHelper - The normalizer that is being used.
      • processString

        java.lang.String processString(ColumnDefinition colDef)
        Process a column's missing data.
        Parameters:
        colDef - The column that is missing.
        Returns:
        The value to use.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.