Class FeatureType

java.lang.Object
com.linkedin.feathr.common.types.FeatureType
Direct Known Subclasses:
BooleanFeatureType, CategoricalFeatureType, CategoricalSetFeatureType, DenseVectorFeatureType, NumericFeatureType, TensorFeatureType, TermVectorFeatureType

public abstract class FeatureType extends Object
Top level interface for Feature Types in Feathr. Implementing classes should pertain to the various feature types defined in Feathr's configuration language.