Class FeatureDataField


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

    • FeatureDataField

      public FeatureDataField(String name)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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