Interface PreparedFeaturizer
-
- All Superinterfaces:
Featurizer
public interface PreparedFeaturizer extends Featurizer
AFeaturizerthat must be prepared with the possible feature values before use.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ai.djl.basicdataset.tabular.utils.Featurizer
Featurizer.DataFeaturizer
-
-
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
dataRequired, deFeaturize, featurize
-
-