Enum rustlearn::svm::libsvm::svc::KernelType [] [src]

#[repr(C)]
pub enum KernelType { Linear, Polynomial, RBF, Sigmoid, Precomputed, }

Type of the kernel used by the SVM.

Variants

Not implemented.

Trait Implementations

impl Clone for KernelType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for KernelType
[src]

[src]

Formats the value using the given formatter. Read more

impl Encodable for KernelType
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for KernelType
[src]

[src]

Deserialize a value using a Decoder.

Auto Trait Implementations

impl Send for KernelType

impl Sync for KernelType