Interface Metric

All Known Subinterfaces:
ClassificationMetric
All Known Implementing Classes:
Accuracy, F1Macro, F1Score, F1Weighted, GlobalAccuracy, LinkMetric, OutOfBagError, Precision, Recall, RegressionMetrics

public interface Metric
  • Method Details

    • name

      String name()
    • comparator

      Comparator<Double> comparator()
    • isModelSpecific

      default boolean isModelSpecific()