Package com.bayesserver.data
Interface CrossValidationScore
-
- All Known Implementing Classes:
DefaultCrossValidationScore
public interface CrossValidationScore
Interface 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 double
getScore()
Gets the combined score over each cross validation partitioning.
-