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

target.apidocs.com.google.api.services.bigquery.model.ConfusionMatrix.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241027-2.0.0
Show newest version






ConfusionMatrix (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class ConfusionMatrix

    • Constructor Detail

      • ConfusionMatrix

        public ConfusionMatrix()
    • Method Detail

      • getConfidenceThreshold

        public Double getConfidenceThreshold()
        Confidence threshold used when computing the entries of the confusion matrix.
        Returns:
        value or null for none
      • setConfidenceThreshold

        public ConfusionMatrix setConfidenceThreshold(Double confidenceThreshold)
        Confidence threshold used when computing the entries of the confusion matrix.
        Parameters:
        confidenceThreshold - confidenceThreshold or null for none
      • getRows

        public List<Row> getRows()
        One row per actual label.
        Returns:
        value or null for none
      • setRows

        public ConfusionMatrix setRows(List<Row> rows)
        One row per actual label.
        Parameters:
        rows - rows or null for none
      • clone

        public ConfusionMatrix clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy