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

hex.ModelMetricsUnsupervised Maven / Gradle / Ivy

package hex;

import water.fvec.Frame;

public class ModelMetricsUnsupervised extends ModelMetrics {
  public ModelMetricsUnsupervised(Model model, Frame frame, double MSE) {
    super(model, frame, MSE, null);
  }

  public static abstract class MetricBuilderUnsupervised extends MetricBuilder {
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy