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

hex.glm.GLMScoringInfo Maven / Gradle / Ivy

There is a newer version: 3.46.0.6
Show newest version
package hex.glm;

import hex.ScoringInfo;

public class GLMScoringInfo extends ScoringInfo implements ScoringInfo.HasIterations {
  public int iterations;
  public int iterations() { return iterations; };
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy