Class TermVectorFeatureValue

java.lang.Object
com.linkedin.feathr.common.value.TermVectorFeatureValue
All Implemented Interfaces:
FeatureValue

public class TermVectorFeatureValue extends Object implements FeatureValue
A specific FeatureValue class for TERM_VECTOR features. Underlying representation is a Map of String to Float.