Enum linfa_svm::solver_smo::SeparatingHyperplane[][src]

pub enum SeparatingHyperplane<F: Float> {
    Linear(Array1<F>),
    WeightedCombination(Array2<F>),
}

Variants

Linear(Array1<F>)

Tuple Fields of Linear

0: Array1<F>
WeightedCombination(Array2<F>)

Tuple Fields of WeightedCombination

0: Array2<F>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.