Class Bounds


  • public class Bounds
    extends java.lang.Object
    Bundles bounds for the different aspects of flows that are used for classification.

    Bounds are used during decision tree construction to filter candidate thresholds and classification rules.

    • Field Detail

      • ANY

        public static Bounds ANY
      • protocol

        public final Bound<java.lang.Integer> protocol
      • srcPort

        public final Bound<java.lang.Integer> srcPort
      • dstPort

        public final Bound<java.lang.Integer> dstPort
    • Constructor Detail