public class QuinceFeatureFormatMapper extends AbstractFeatureFormatMapper<TensorData>
| Modifier and Type | Field and Description |
|---|---|
static QuinceFeatureFormatMapper |
INSTANCE |
cannotConvertToFeatureValue, cannotConvertToFeatureValue, fromFeatureValue, toFeatureValuepublic static final QuinceFeatureFormatMapper INSTANCE
protected TensorData fromNumericFeatureValue(NumericFeatureValue featureValue)
fromNumericFeatureValue in class AbstractFeatureFormatMapper<TensorData>protected TensorData fromBooleanFeatureValue(BooleanFeatureValue featureValue)
fromBooleanFeatureValue in class AbstractFeatureFormatMapper<TensorData>protected TensorData fromCategoricalFeatureValue(CategoricalFeatureValue featureValue)
fromCategoricalFeatureValue in class AbstractFeatureFormatMapper<TensorData>protected TensorData fromCategoricalSetFeatureValue(CategoricalSetFeatureValue featureValue)
fromCategoricalSetFeatureValue in class AbstractFeatureFormatMapper<TensorData>protected TensorData fromTermVectorFeatureValue(TermVectorFeatureValue featureValue)
fromTermVectorFeatureValue in class AbstractFeatureFormatMapper<TensorData>protected TensorData fromDenseVectorFeatureValue(DenseVectorFeatureValue featureValue)
fromDenseVectorFeatureValue in class AbstractFeatureFormatMapper<TensorData>protected TensorData fromTensorFeatureValue(TensorFeatureValue featureValue)
fromTensorFeatureValue in class AbstractFeatureFormatMapper<TensorData>protected NumericFeatureValue toNumericFeatureValue(NumericFeatureType featureType, TensorData tensor)
toNumericFeatureValue in class AbstractFeatureFormatMapper<TensorData>protected BooleanFeatureValue toBooleanFeatureValue(BooleanFeatureType featureType, TensorData tensor)
toBooleanFeatureValue in class AbstractFeatureFormatMapper<TensorData>protected CategoricalFeatureValue toCategoricalFeatureValue(CategoricalFeatureType featureType, TensorData tensor)
toCategoricalFeatureValue in class AbstractFeatureFormatMapper<TensorData>protected CategoricalSetFeatureValue toCategoricalSetFeatureValue(CategoricalSetFeatureType featureType, TensorData tensor)
toCategoricalSetFeatureValue in class AbstractFeatureFormatMapper<TensorData>protected TermVectorFeatureValue toTermVectorFeatureValue(TermVectorFeatureType featureType, TensorData tensor)
toTermVectorFeatureValue in class AbstractFeatureFormatMapper<TensorData>protected DenseVectorFeatureValue toDenseVectorFeatureValue(DenseVectorFeatureType featureType, TensorData tensor)
toDenseVectorFeatureValue in class AbstractFeatureFormatMapper<TensorData>protected TensorFeatureValue toTensorFeatureValue(TensorFeatureType featureType, TensorData externalValue)
toTensorFeatureValue in class AbstractFeatureFormatMapper<TensorData>