Class TupleDesc_S8

All Implemented Interfaces:
TupleDesc<TupleDesc_S8>, Serializable

public class TupleDesc_S8 extends TupleDesc_I8<TupleDesc_S8>
Feature description storage in an array of signed bytes.
See Also:
  • Constructor Details

    • TupleDesc_S8

      public TupleDesc_S8(int numFeatures)
    • TupleDesc_S8

      public TupleDesc_S8(byte... values)
  • Method Details

    • get

      public int get(int index)
    • getDouble

      public double getDouble(int index)
      Description copied from interface: TupleDesc
      Returns the value of a tuple's element as a double. In general this function should not be used because of how inefficient it is.
      Parameters:
      index - Which element
      Returns:
      Element's value as a double
    • newInstance

      public TupleDesc_S8 newInstance()