Class CategoricalFeatureValue

java.lang.Object
com.linkedin.feathr.common.value.CategoricalFeatureValue
All Implemented Interfaces:
FeatureValue

public class CategoricalFeatureValue extends Object implements FeatureValue
A specific FeatureValue class for CATEGORICAL features. Underlying representation is a String.
  • Method Details