Interface Featurizer.DataFeaturizer

  • All Superinterfaces:
    Featurizer
    Enclosing interface:
    Featurizer

    public static interface Featurizer.DataFeaturizer
    extends Featurizer
    A Featurizer that only supports the data featurize operations, but not the full deFeaturize operations used by labels.
    • Method Detail

      • deFeaturize

        default java.lang.Object deFeaturize​(float[] data)
        Converts the output data for a label back into the Java type.
        Specified by:
        deFeaturize in interface Featurizer
        Parameters:
        data - the data vector correspondign to the feature
        Returns:
        a Java type (depending on the Featurizer) representing the data.