Interface Featurizer

    • Method Detail

      • featurize

        void featurize​(DynamicBuffer buf,
                       java.lang.String input)
        Puts encoded data into the float buffer.
        Parameters:
        buf - the float buffer to be filled
        input - the string input
      • deFeaturize

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