|
bigquery
v2
|
#include <binary_classification_metrics.h>
Static Public Member Functions | |
| static BinaryClassificationMetrics * | New () |
Evaluation metrics for binary classification/classifier models.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'aggregateClassificationMetrics' attribute.
|
inline |
Clears the 'binaryConfusionMatrixList' attribute.
|
inline |
Clears the 'negativeLabel' attribute.
|
inline |
Clears the 'positiveLabel' attribute.
| const AggregateClassificationMetrics google_bigquery_api::BinaryClassificationMetrics::get_aggregate_classification_metrics | ( | ) | const |
Get a reference to the value of the 'aggregateClassificationMetrics' attribute.
| const client::JsonCppArray<BinaryConfusionMatrix > google_bigquery_api::BinaryClassificationMetrics::get_binary_confusion_matrix_list | ( | ) | const |
Get a reference to the value of the 'binaryConfusionMatrixList' attribute.
|
inline |
Get the value of the 'negativeLabel' attribute.
|
inline |
Get the value of the 'positiveLabel' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'aggregateClassificationMetrics' attribute was set.
aggregateClassificationMetrics' attribute was set.
|
inline |
Determine if the 'binaryConfusionMatrixList' attribute was set.
binaryConfusionMatrixList' attribute was set.
|
inline |
Determine if the 'negativeLabel' attribute was set.
negativeLabel' attribute was set.
|
inline |
Determine if the 'positiveLabel' attribute was set.
positiveLabel' attribute was set. | AggregateClassificationMetrics google_bigquery_api::BinaryClassificationMetrics::mutable_aggregateClassificationMetrics | ( | ) |
Gets a reference to a mutable value of the 'aggregateClassificationMetrics' property.
Aggregate classification metrics.
| 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.
|
static |
Creates a new default instance.
|
inline |
Change the 'negativeLabel' attribute.
Label representing the negative class.
| [in] | value | The new value. |
|
inline |
Change the 'positiveLabel' attribute.
Label representing the positive class.
| [in] | value | The new value. |