Package com.linkedin.feathr.common
Class ErasedEntityTaggedFeature
java.lang.Object
com.linkedin.feathr.common.ErasedEntityTaggedFeature
- All Implemented Interfaces:
Serializable
A
TaggedFeatureName whose String tags have been "erased", i.e. replaced with integers.
The mapping between the integer identifiers and their original string names is unknown by this class and must be
maintained externally.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionErasedEntityTaggedFeature(List<Integer> binding, FeatureRef featureRef) ErasedEntityTaggedFeature(List<Integer> binding, String featureName) -
Method Summary