Package com.bayesserver.data
Interface CrossValidationScore
-
- All Known Implementing Classes:
DefaultCrossValidationScore
public interface CrossValidationScoreInterface for cross validation scores. A score is the combined score over each cross validation partitioning.- See Also:
CrossValidation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetScore()Gets the combined score over each cross validation partitioning.
-