reductionml-core 0.1.0

Reduction based machine learning toolkit core library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod binary;
mod cb_adf;
mod cb_explore_adf_greedy;
mod cb_explore_adf_squarecb;
mod coin;
mod debug;

pub use binary::*;
pub use cb_adf::*;
pub use cb_explore_adf_greedy::*;
pub use cb_explore_adf_squarecb::*;
pub use coin::*;
pub use debug::*;