Package ai.djl.basicdataset.tabular.utils
Contains utilities used within datasets that are
Application.Tabular.-
Interface Summary Interface Description Featurizer An interface that convert String to numeric data.Featurizer.DataFeaturizer AFeaturizerthat only supports the data featurize operations, but not the full deFeaturize operations used by labels.PreparedFeaturizer AFeaturizerthat must be prepared with the possible feature values before use. -
Class Summary Class Description DynamicBuffer A float buffer that can dynamically change it's capacity.Feature A class contains feature name and itsFeaturizer.Featurizers A utility class provides helper functions to createFeaturizer.