Class MLMultiArrayShapeConstraintType


  • public final class MLMultiArrayShapeConstraintType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Enumerated
      Limited to an enumerated set of shapes
      static long Range
      Allow full specified range per dimension
      static long Unspecified
      An unconstrained shape.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Unspecified

        public static final long Unspecified
        An unconstrained shape. Any multi array satisfies this constraint.
        See Also:
        Constant Field Values
      • Enumerated

        public static final long Enumerated
        Limited to an enumerated set of shapes
        See Also:
        Constant Field Values
      • Range

        public static final long Range
        Allow full specified range per dimension
        See Also:
        Constant Field Values