bigquery
v2
|
#include <cluster.h>
Public Member Functions | |
Cluster (const Json::Value &storage) | |
Cluster (Json::Value *storage) | |
virtual | ~Cluster () |
const StringPiece | GetTypeName () const |
bool | has_centroid_id () const |
void | clear_centroid_id () |
int64 | get_centroid_id () const |
void | set_centroid_id (int64 value) |
bool | has_count () const |
void | clear_count () |
int64 | get_count () const |
void | set_count (int64 value) |
bool | has_feature_values () const |
void | clear_feature_values () |
const client::JsonCppArray< FeatureValue > | get_feature_values () const |
client::JsonCppArray< FeatureValue > | mutable_featureValues () |
Static Public Member Functions | |
static Cluster * | New () |
Message containing the information about one cluster.
|
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 'centroidId
' attribute.
|
inline |
Clears the 'count
' attribute.
|
inline |
Clears the 'featureValues
' attribute.
|
inline |
Get the value of the 'centroidId
' attribute.
|
inline |
Get the value of the 'count
' attribute.
const client::JsonCppArray<FeatureValue > google_bigquery_api::Cluster::get_feature_values | ( | ) | const |
Get a reference to the value of the 'featureValues
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_bigquery_api::Cluster
|
inline |
Determine if the 'centroidId
' attribute was set.
centroidId
' attribute was set.
|
inline |
Determine if the 'count
' attribute was set.
count
' attribute was set.
|
inline |
Determine if the 'featureValues
' attribute was set.
featureValues
' attribute was set. client::JsonCppArray<FeatureValue > google_bigquery_api::Cluster::mutable_featureValues | ( | ) |
Gets a reference to a mutable value of the 'featureValues
' property.
Values of highly variant features for this cluster.
|
static |
Creates a new default instance.
|
inline |
Change the 'centroidId
' attribute.
Centroid id.
[in] | value | The new value. |
|
inline |
Change the 'count
' attribute.
Count of training data rows that were assigned to this cluster.
[in] | value | The new value. |