Struct gapi_grpc::google::cloud::bigquery::v2::model::training_run::iteration_result::ClusterInfo[][src]

pub struct ClusterInfo {
    pub centroid_id: i64,
    pub cluster_radius: Option<f64>,
    pub cluster_size: Option<i64>,
}

Information about a single cluster for clustering model.

Fields

centroid_id: i64

Centroid id.

cluster_radius: Option<f64>

Cluster radius, the average distance from centroid to each point assigned to the cluster.

cluster_size: Option<i64>

Cluster size, the total number of points assigned to the cluster.

Trait Implementations

impl Clone for ClusterInfo[src]

impl Debug for ClusterInfo[src]

impl Default for ClusterInfo[src]

impl Message for ClusterInfo[src]

impl PartialEq<ClusterInfo> for ClusterInfo[src]

impl StructuralPartialEq for ClusterInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for ClusterInfo

impl Send for ClusterInfo

impl Sync for ClusterInfo

impl Unpin for ClusterInfo

impl UnwindSafe for ClusterInfo

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]