Class FeatureDataField


  • public class FeatureDataField
    extends LongstringField
    Class representing a "feature data" field: A map of values which are either floats or tensors.
    • Constructor Detail

      • FeatureDataField

        public FeatureDataField​(String name)
    • Method Detail

      • convert

        public Object convert​(com.yahoo.data.access.Inspector value)
        Description copied from class: DocsumField
        Convert a generic value into an object of the appropriate type for this field.
        Overrides:
        convert in class LongstringField