Enum vlfeat_sys::_VlKMeansAlgorithm [] [src]

#[repr(u32)]
pub enum _VlKMeansAlgorithm { VlKMeansLloyd, VlKMeansElkan, VlKMeansANN, }

@brief K-means algorithms

Variants

Trait Implementations

impl Debug for _VlKMeansAlgorithm
[src]

Formats the value using the given formatter.

impl Copy for _VlKMeansAlgorithm
[src]

impl Clone for _VlKMeansAlgorithm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for _VlKMeansAlgorithm
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for _VlKMeansAlgorithm
[src]

impl Hash for _VlKMeansAlgorithm
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more