Class NTVFeatureFormatMapper

java.lang.Object
com.linkedin.feathr.common.value.AbstractFeatureFormatMapper<Map<String,Float>>
com.linkedin.feathr.common.value.NTVFeatureFormatMapper
All Implemented Interfaces:
FeatureFormatMapper<Map<String,Float>>

public class NTVFeatureFormatMapper extends AbstractFeatureFormatMapper<Map<String,Float>>
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.