
ca.ubc.cs.beta.aeatk.smac.ValidationRoundingMode Maven / Gradle / Ivy
package ca.ubc.cs.beta.aeatk.smac;
/**
* Controls how to round when the number of validation runs and the number of instances do align perfectly
*
*/
public enum ValidationRoundingMode {
UP,
NONE
/* DOWN */
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy