Package com.linkedin.feathr.common.value
Interface FeatureValue
- All Known Implementing Classes:
BooleanFeatureValue,CategoricalFeatureValue,CategoricalSetFeatureValue,DenseVectorFeatureValue,NumericFeatureValue,TensorFeatureValue,TermVectorFeatureValue
public interface FeatureValue
Represents a value of a feature in Feathr.
-
Method Summary
-
Method Details
-
getFeatureType
FeatureType getFeatureType()- Returns:
- the
FeatureTypeof this feature
-