Package com.linkedin.feathr.common.value
package com.linkedin.feathr.common.value
-
ClassDescriptionAbstract base class for FeatureFormatMapper.A specific FeatureValue class for BOOLEAN features.A specific FeatureValue class for CATEGORICAL features.A specific FeatureValue class for CATEGORICAL_SET features.A specific FeatureValue class for DENSE_VECTOR features.A mapper, or translator, that can convert between the standard FeatureValue representation and some other external representation.Represents a value of a feature in Feathr.Utility functions for constructing FeatureValue instances.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.A specific FeatureValue class for NUMERIC features.A FeatureFormatMapper that can represent any FeatureValue as a Quince TensorData.A mapper, or translator, that provides a Quince TensorType for a given FeatureType.A FeatureValue that contains an arbitrary tensor.A specific FeatureValue class for TERM_VECTOR features.