Interface PreparedFeaturizer

All Superinterfaces:
Featurizer

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

    • prepare

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