bigquery  v2
Public Member Functions | Static Public Member Functions | List of all members
google_bigquery_api::BinaryClassificationMetrics Class Reference

#include <binary_classification_metrics.h>

Inheritance diagram for google_bigquery_api::BinaryClassificationMetrics:

Public Member Functions

 BinaryClassificationMetrics (const Json::Value &storage)
 
 BinaryClassificationMetrics (Json::Value *storage)
 
virtual ~BinaryClassificationMetrics ()
 
const StringPiece GetTypeName () const
 
bool has_aggregate_classification_metrics () const
 
void clear_aggregate_classification_metrics ()
 
const AggregateClassificationMetrics get_aggregate_classification_metrics () const
 
AggregateClassificationMetrics mutable_aggregateClassificationMetrics ()
 
bool has_binary_confusion_matrix_list () const
 
void clear_binary_confusion_matrix_list ()
 
const client::JsonCppArray< BinaryConfusionMatrixget_binary_confusion_matrix_list () const
 
client::JsonCppArray< BinaryConfusionMatrixmutable_binaryConfusionMatrixList ()
 
bool has_negative_label () const
 
void clear_negative_label ()
 
const StringPiece get_negative_label () const
 
void set_negative_label (const StringPiece &value)
 
bool has_positive_label () const
 
void clear_positive_label ()
 
const StringPiece get_positive_label () const
 
void set_positive_label (const StringPiece &value)
 

Static Public Member Functions

static BinaryClassificationMetricsNew ()
 

Detailed Description

Evaluation metrics for binary classification/classifier models.

Constructor & Destructor Documentation

◆ BinaryClassificationMetrics() [1/2]

google_bigquery_api::BinaryClassificationMetrics::BinaryClassificationMetrics ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ BinaryClassificationMetrics() [2/2]

google_bigquery_api::BinaryClassificationMetrics::BinaryClassificationMetrics ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~BinaryClassificationMetrics()

google_bigquery_api::BinaryClassificationMetrics::~BinaryClassificationMetrics ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_aggregate_classification_metrics()

void google_bigquery_api::BinaryClassificationMetrics::clear_aggregate_classification_metrics ( )
inline

Clears the 'aggregateClassificationMetrics' attribute.

◆ clear_binary_confusion_matrix_list()

void google_bigquery_api::BinaryClassificationMetrics::clear_binary_confusion_matrix_list ( )
inline

Clears the 'binaryConfusionMatrixList' attribute.

◆ clear_negative_label()

void google_bigquery_api::BinaryClassificationMetrics::clear_negative_label ( )
inline

Clears the 'negativeLabel' attribute.

◆ clear_positive_label()

void google_bigquery_api::BinaryClassificationMetrics::clear_positive_label ( )
inline

Clears the 'positiveLabel' attribute.

◆ get_aggregate_classification_metrics()

const AggregateClassificationMetrics google_bigquery_api::BinaryClassificationMetrics::get_aggregate_classification_metrics ( ) const

Get a reference to the value of the 'aggregateClassificationMetrics' attribute.

◆ get_binary_confusion_matrix_list()

const client::JsonCppArray<BinaryConfusionMatrix > google_bigquery_api::BinaryClassificationMetrics::get_binary_confusion_matrix_list ( ) const

Get a reference to the value of the 'binaryConfusionMatrixList' attribute.

◆ get_negative_label()

const StringPiece google_bigquery_api::BinaryClassificationMetrics::get_negative_label ( ) const
inline

Get the value of the 'negativeLabel' attribute.

◆ get_positive_label()

const StringPiece google_bigquery_api::BinaryClassificationMetrics::get_positive_label ( ) const
inline

Get the value of the 'positiveLabel' attribute.

◆ GetTypeName()

const StringPiece google_bigquery_api::BinaryClassificationMetrics::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::BinaryClassificationMetrics

◆ has_aggregate_classification_metrics()

bool google_bigquery_api::BinaryClassificationMetrics::has_aggregate_classification_metrics ( ) const
inline

Determine if the 'aggregateClassificationMetrics' attribute was set.

Returns
true if the 'aggregateClassificationMetrics' attribute was set.

◆ has_binary_confusion_matrix_list()

bool google_bigquery_api::BinaryClassificationMetrics::has_binary_confusion_matrix_list ( ) const
inline

Determine if the 'binaryConfusionMatrixList' attribute was set.

Returns
true if the 'binaryConfusionMatrixList' attribute was set.

◆ has_negative_label()

bool google_bigquery_api::BinaryClassificationMetrics::has_negative_label ( ) const
inline

Determine if the 'negativeLabel' attribute was set.

Returns
true if the 'negativeLabel' attribute was set.

◆ has_positive_label()

bool google_bigquery_api::BinaryClassificationMetrics::has_positive_label ( ) const
inline

Determine if the 'positiveLabel' attribute was set.

Returns
true if the 'positiveLabel' attribute was set.

◆ mutable_aggregateClassificationMetrics()

AggregateClassificationMetrics google_bigquery_api::BinaryClassificationMetrics::mutable_aggregateClassificationMetrics ( )

Gets a reference to a mutable value of the 'aggregateClassificationMetrics' property.

Aggregate classification metrics.

Returns
The result can be modified to change the attribute value.

◆ mutable_binaryConfusionMatrixList()

client::JsonCppArray<BinaryConfusionMatrix > google_bigquery_api::BinaryClassificationMetrics::mutable_binaryConfusionMatrixList ( )

Gets a reference to a mutable value of the 'binaryConfusionMatrixList' property.

Binary confusion matrix at multiple thresholds.

Returns
The result can be modified to change the attribute value.

◆ New()

BinaryClassificationMetrics * google_bigquery_api::BinaryClassificationMetrics::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_negative_label()

void google_bigquery_api::BinaryClassificationMetrics::set_negative_label ( const StringPiece &  value)
inline

Change the 'negativeLabel' attribute.

Label representing the negative class.

Parameters
[in]valueThe new value.

◆ set_positive_label()

void google_bigquery_api::BinaryClassificationMetrics::set_positive_label ( const StringPiece &  value)
inline

Change the 'positiveLabel' attribute.

Label representing the positive class.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: