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

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







BinaryConfusionMatrix (BigQuery API v2-rev20190423-1.28.0)












com.google.api.services.bigquery.model

Class BinaryConfusionMatrix

    • Constructor Detail

      • BinaryConfusionMatrix

        public BinaryConfusionMatrix()
    • Method Detail

      • getFalseNegatives

        public Long getFalseNegatives()
        Number of false samples predicted as false.
        Returns:
        value or null for none
      • setFalseNegatives

        public BinaryConfusionMatrix setFalseNegatives(Long falseNegatives)
        Number of false samples predicted as false.
        Parameters:
        falseNegatives - falseNegatives or null for none
      • getFalsePositives

        public Long getFalsePositives()
        Number of false samples predicted as true.
        Returns:
        value or null for none
      • setFalsePositives

        public BinaryConfusionMatrix setFalsePositives(Long falsePositives)
        Number of false samples predicted as true.
        Parameters:
        falsePositives - falsePositives or null for none
      • getPositiveClassThreshold

        public Double getPositiveClassThreshold()
        Threshold value used when computing each of the following metric.
        Returns:
        value or null for none
      • setPositiveClassThreshold

        public BinaryConfusionMatrix setPositiveClassThreshold(Double positiveClassThreshold)
        Threshold value used when computing each of the following metric.
        Parameters:
        positiveClassThreshold - positiveClassThreshold or null for none
      • getPrecision

        public Double getPrecision()
        Aggregate precision.
        Returns:
        value or null for none
      • setPrecision

        public BinaryConfusionMatrix setPrecision(Double precision)
        Aggregate precision.
        Parameters:
        precision - precision or null for none
      • getRecall

        public Double getRecall()
        Aggregate recall.
        Returns:
        value or null for none
      • getTrueNegatives

        public Long getTrueNegatives()
        Number of true samples predicted as false.
        Returns:
        value or null for none
      • setTrueNegatives

        public BinaryConfusionMatrix setTrueNegatives(Long trueNegatives)
        Number of true samples predicted as false.
        Parameters:
        trueNegatives - trueNegatives or null for none
      • getTruePositives

        public Long getTruePositives()
        Number of true samples predicted as true.
        Returns:
        value or null for none
      • setTruePositives

        public BinaryConfusionMatrix setTruePositives(Long truePositives)
        Number of true samples predicted as true.
        Parameters:
        truePositives - truePositives or null for none
      • clone

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

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy