feat: adds support vector classifier

This commit is contained in:
Volodymyr Orlov
2020-10-21 19:01:29 -07:00
parent 83d28dea62
commit 1b9347baa1
2 changed files with 686 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
//! # Support Vector Machines
//!
pub mod svc;
pub mod svr;
use serde::{Deserialize, Serialize};