Interface PreparedFeaturizer

  • All Superinterfaces:
    Featurizer

    public interface PreparedFeaturizer
    extends Featurizer
    A Featurizer that must be prepared with the possible feature values before use.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void prepare​(java.util.List<java.lang.String> inputs)
      Prepares the featurizer with the list of possible inputs.
    • Method Detail

      • prepare

        void prepare​(java.util.List<java.lang.String> inputs)
        Prepares the featurizer with the list of possible inputs.
        Parameters:
        inputs - the possible inputs