| Interface | Description |
|---|---|
| FeatureFormatMapper<T> |
A mapper, or translator, that can convert between the standard FeatureValue representation and some other
external representation.
|
| FeatureValue |
Represents a value of a feature in Feathr.
|
| Class | Description |
|---|---|
| AbstractFeatureFormatMapper<T> |
Abstract base class for FeatureFormatMapper.
|
| BooleanFeatureValue |
A specific FeatureValue class for BOOLEAN features.
|
| CategoricalFeatureValue |
A specific FeatureValue class for CATEGORICAL features.
|
| CategoricalSetFeatureValue |
A specific FeatureValue class for CATEGORICAL_SET features.
|
| DenseVectorFeatureValue |
A specific FeatureValue class for DENSE_VECTOR features.
|
| FeatureValues |
Utility functions for constructing FeatureValue instances.
|
| NTVFeatureFormatMapper |
A FeatureFormatMapper that converts in and out of NTV representation, using Feathr's legacy rules for representing
types like NUMERIC, BOOLEAN, and DENSE_VECTOR as term vectors.
|
| NumericFeatureValue |
A specific FeatureValue class for NUMERIC features.
|
| QuinceFeatureFormatMapper |
A FeatureFormatMapper that can represent any FeatureValue as a Quince TensorData.
|
| QuinceFeatureTypeMapper |
A mapper, or translator, that provides a Quince TensorType for a given FeatureType.
|
| TensorFeatureValue |
A FeatureValue that contains an arbitrary tensor.
|
| TermVectorFeatureValue |
A specific FeatureValue class for TERM_VECTOR features.
|