Class WekaUnorderedAttributeRange

    • Constructor Detail

      • WekaUnorderedAttributeRange

        public WekaUnorderedAttributeRange()
        Initializes with no range.
      • WekaUnorderedAttributeRange

        public WekaUnorderedAttributeRange​(String range)
        Initializes with the given range, but no maximum.
        Parameters:
        range - the range to use
      • WekaUnorderedAttributeRange

        public WekaUnorderedAttributeRange​(String range,
                                           int max)
        Initializes with the given range and maximum.
        Parameters:
        range - the range to use
        max - the maximum of the 1-based index (e.g., use "10" to allow "1-10" or -1 for uninitialized)