Interface PreparedFeaturizer
-
- All Superinterfaces:
Featurizer
public interface PreparedFeaturizer extends Featurizer
AFeaturizerthat must be prepared with the possible feature values before use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprepare(java.util.List<java.lang.String> inputs)Prepares the featurizer with the list of possible inputs.-
Methods inherited from interface ai.djl.basicdataset.tabular.utils.Featurizer
featurize
-
-