Class DefaultCrossValidationTestResult

    • Constructor Detail

    • Method Detail

      • setWeightedCaseCount

        public void setWeightedCaseCount​(double value)
      • getValue

        public Object getValue()
        Gets the test result value for this test partitioning. This might be the log-likelihood, or the lift, etc...
        Specified by:
        getValue in interface CrossValidationTestResult
      • setValue

        public void setValue​(Object value)
      • numericValue

        public Double numericValue()
        Returns the test result as a numeric value if supported, otherwise returns null.
        Specified by:
        numericValue in interface CrossValidationTestResult
        Returns:
        The numeric test result if supported.