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

com.clarifai.grpc.api.MetricsSummaryOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/resources.proto

package com.clarifai.grpc.api;

public interface MetricsSummaryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.MetricsSummary)
    com.google.protobuf.MessageOrBuilder {

  /**
   * float top1_accuracy = 1 [deprecated = true];
   * @deprecated clarifai.api.MetricsSummary.top1_accuracy is deprecated.
   *     See proto/clarifai/api/resources.proto;l=2058
   * @return The top1Accuracy.
   */
  @java.lang.Deprecated float getTop1Accuracy();

  /**
   * float top5_accuracy = 2 [deprecated = true];
   * @deprecated clarifai.api.MetricsSummary.top5_accuracy is deprecated.
   *     See proto/clarifai/api/resources.proto;l=2059
   * @return The top5Accuracy.
   */
  @java.lang.Deprecated float getTop5Accuracy();

  /**
   * float macro_avg_roc_auc = 3 [(.clarifai.api.utils.cl_show_if_empty) = true];
   * @return The macroAvgRocAuc.
   */
  float getMacroAvgRocAuc();

  /**
   * float macro_std_roc_auc = 4 [(.clarifai.api.utils.cl_show_if_empty) = true];
   * @return The macroStdRocAuc.
   */
  float getMacroStdRocAuc();

  /**
   * float macro_avg_f1_score = 5 [(.clarifai.api.utils.cl_show_if_empty) = true];
   * @return The macroAvgF1Score.
   */
  float getMacroAvgF1Score();

  /**
   * float macro_std_f1_score = 6 [(.clarifai.api.utils.cl_show_if_empty) = true];
   * @return The macroStdF1Score.
   */
  float getMacroStdF1Score();

  /**
   * float macro_avg_precision = 7 [(.clarifai.api.utils.cl_show_if_empty) = true];
   * @return The macroAvgPrecision.
   */
  float getMacroAvgPrecision();

  /**
   * float macro_avg_recall = 8 [(.clarifai.api.utils.cl_show_if_empty) = true];
   * @return The macroAvgRecall.
   */
  float getMacroAvgRecall();

  /**
   * float mean_avg_precision_iou_50 = 10;
   * @return The meanAvgPrecisionIou50.
   */
  float getMeanAvgPrecisionIou50();

  /**
   * float mean_avg_precision_iou_range = 11;
   * @return The meanAvgPrecisionIouRange.
   */
  float getMeanAvgPrecisionIouRange();

  /**
   * repeated .clarifai.api.LOPQEvalResult lopq_metrics = 9;
   */
  java.util.List 
      getLopqMetricsList();
  /**
   * repeated .clarifai.api.LOPQEvalResult lopq_metrics = 9;
   */
  com.clarifai.grpc.api.LOPQEvalResult getLopqMetrics(int index);
  /**
   * repeated .clarifai.api.LOPQEvalResult lopq_metrics = 9;
   */
  int getLopqMetricsCount();
  /**
   * repeated .clarifai.api.LOPQEvalResult lopq_metrics = 9;
   */
  java.util.List 
      getLopqMetricsOrBuilderList();
  /**
   * repeated .clarifai.api.LOPQEvalResult lopq_metrics = 9;
   */
  com.clarifai.grpc.api.LOPQEvalResultOrBuilder getLopqMetricsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy