Enum vlfeat_sys::VlSvmLossType [] [src]

#[repr(u32)]
pub enum VlSvmLossType { VlSvmLossHinge, VlSvmLossHinge2, VlSvmLossL1, VlSvmLossL2, VlSvmLossLogistic, }

@brief Type of SVM loss ** ** Default SVM loss types. The loss can be set by using ::vl_svm_set_loss. ** Note that custom losses can be used too by using ::vl_svm_set_loss_function, ** ::vl_svm_set_loss_derivative_function, etc. ** ** @sa svm-loss-functions

Variants

Trait Implementations

impl Debug for VlSvmLossType
[src]

Formats the value using the given formatter.

impl Copy for VlSvmLossType
[src]

impl Clone for VlSvmLossType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VlSvmLossType
[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 VlSvmLossType
[src]

impl Hash for VlSvmLossType
[src]

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

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