bigquery
v2
|
#include <evaluation_metrics.h>
Static Public Member Functions | |
static EvaluationMetrics * | New () |
Evaluation metrics of a model. These are either computed on all training data or just the eval data based on whether eval data was used during training. These are not present for imported 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 'binaryClassificationMetrics
' attribute.
|
inline |
Clears the 'clusteringMetrics
' attribute.
|
inline |
Clears the 'multiClassClassificationMetrics
' attribute.
|
inline |
Clears the 'regressionMetrics
' attribute.
const BinaryClassificationMetrics google_bigquery_api::EvaluationMetrics::get_binary_classification_metrics | ( | ) | const |
Get a reference to the value of the 'binaryClassificationMetrics
' attribute.
const ClusteringMetrics google_bigquery_api::EvaluationMetrics::get_clustering_metrics | ( | ) | const |
Get a reference to the value of the 'clusteringMetrics
' attribute.
const MultiClassClassificationMetrics google_bigquery_api::EvaluationMetrics::get_multi_class_classification_metrics | ( | ) | const |
Get a reference to the value of the 'multiClassClassificationMetrics
' attribute.
const RegressionMetrics google_bigquery_api::EvaluationMetrics::get_regression_metrics | ( | ) | const |
Get a reference to the value of the 'regressionMetrics
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'binaryClassificationMetrics
' attribute was set.
binaryClassificationMetrics
' attribute was set.
|
inline |
Determine if the 'clusteringMetrics
' attribute was set.
clusteringMetrics
' attribute was set.
|
inline |
Determine if the 'multiClassClassificationMetrics
' attribute was set.
multiClassClassificationMetrics
' attribute was set.
|
inline |
Determine if the 'regressionMetrics
' attribute was set.
regressionMetrics
' attribute was set. BinaryClassificationMetrics google_bigquery_api::EvaluationMetrics::mutable_binaryClassificationMetrics | ( | ) |
Gets a reference to a mutable value of the 'binaryClassificationMetrics
' property.
Populated for binary classification/classifier models.
ClusteringMetrics google_bigquery_api::EvaluationMetrics::mutable_clusteringMetrics | ( | ) |
Gets a reference to a mutable value of the 'clusteringMetrics
' property.
Populated for clustering models.
MultiClassClassificationMetrics google_bigquery_api::EvaluationMetrics::mutable_multiClassClassificationMetrics | ( | ) |
Gets a reference to a mutable value of the 'multiClassClassificationMetrics
' property.
Populated for multi-class classification/classifier models.
RegressionMetrics google_bigquery_api::EvaluationMetrics::mutable_regressionMetrics | ( | ) |
Gets a reference to a mutable value of the 'regressionMetrics
' property.
Populated for regression models and explicit feedback type matrix factorization models.
|
static |
Creates a new default instance.