Struct rustlearn::svm::libsvm::svc::SVC [] [src]

pub struct SVC { /* fields omitted */ }

Support Vector Classifier provided by the libsvm library.

Trait Implementations

impl Clone for SVC
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Encodable for SVC
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for SVC
[src]

[src]

Deserialize a value using a Decoder.

impl<'a> SupervisedModel<&'a Array> for SVC
[src]

[src]

[src]

[src]

impl<'a> SupervisedModel<&'a SparseRowArray> for SVC
[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for SVC

impl Sync for SVC