oximedia-recommend 0.1.8

Content recommendation engine for media libraries
Documentation
1
2
3
4
5
//! Rating system (explicit and implicit).

pub mod explicit;
pub mod implicit;
pub mod normalize;