Interface CrossValidationTestResult

    • Method Detail

      • getWeightedCaseCount

        double getWeightedCaseCount()
        Gets the number of records in the test partitioning.
      • getValue

        Object getValue()
        Gets the test result value for this test partitioning. This might be the log-likelihood, or the lift, etc...
      • numericValue

        Double numericValue()
        Returns the test result as a numeric value if supported, otherwise returns null.
        Returns:
        The numeric test result if supported.