Interface CsvDataset.Featurizer

  • Enclosing class:
    CsvDataset

    public static interface CsvDataset.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