All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hex.GLMMetrics Maven / Gradle / Ivy

There is a newer version: 3.8.2.9
Show newest version
package hex;

/**
 * Created by tomasnykodym on 1/5/16.
 */
public interface GLMMetrics {
    double residual_deviance(); //naming is pythonic because its user-facing via grid search sort criterion
    double null_deviance();
    long residual_degrees_of_freedom();
    long null_degrees_of_freedom();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy