Class SimpleProductSemantics

    • Field Detail

      • precision

        public double precision
        Precision of comparisons between values.
    • Constructor Detail

      • SimpleProductSemantics

        public SimpleProductSemantics​(double epsilon,
                                      double precision)
        Creates a new simple product semantics with the given epsilon parameter for the simple vote aggregation function.
        Parameters:
        epsilon - some non-negative value
        precision - precision of comparisons between values.
      • SimpleProductSemantics

        public SimpleProductSemantics​(double epsilon)
        Creates a new simple product semantics with the given epsilon parameter for the simple vote aggregation function. The value 0.001 is used as precision of comparisons between values.
        Parameters:
        epsilon - some non-negative value