Class ExactMatchLoss

    • Constructor Detail

      • ExactMatchLoss

        public ExactMatchLoss()
    • Method Detail

      • calculateMeasure

        public java.lang.Double calculateMeasure​(double[] actual,
                                                 double[] expected)
        Description copied from interface: IMeasure
        Computes the measure for a measured input actual and the expected outcome expected.
        Parameters:
        actual - The actually available values.
        expected - The expected values to compare the actual values with.
        Returns:
        The return value of the measure.