Package com.linkedin.feathr.common.types
Class FeatureType
java.lang.Object
com.linkedin.feathr.common.types.FeatureType
- Direct Known Subclasses:
BooleanFeatureType,CategoricalFeatureType,CategoricalSetFeatureType,DenseVectorFeatureType,NumericFeatureType,TensorFeatureType,TermVectorFeatureType
Top level interface for Feature Types in Feathr. Implementing classes should pertain to the various feature types
defined in Feathr's configuration language.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnum for the top-level feature types supported by Feathr. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FeatureType
-
-
Method Details
-
getBasicType
See note onFeatureType.BasicType
-