Interface Featurizer

  • All Known Subinterfaces:
    PreparedFeaturizer

    public interface Featurizer
    An interface that convert String to numeric data.
    • 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