public interface CrossValidationTestResult
CrossValidation| Modifier and Type | Method and Description | 
|---|---|
Object | 
getValue()
Gets the test result value for this test partitioning. 
 | 
double | 
getWeightedCaseCount()
Gets the number of records in the test partitioning. 
 | 
Double | 
numericValue()
Returns the test result as a numeric value if supported, otherwise returns null. 
 | 
double getWeightedCaseCount()
Object getValue()
Double numericValue()
Copyright © 2021. All rights reserved.