oximedia-recommend 0.1.0

Content recommendation engine for media libraries
Documentation
1
2
3
4
5
6
7
8
//! Collaborative filtering algorithms.

pub mod filter;
pub mod knn;
pub mod matrix;
pub mod predict;
pub mod svd;
pub mod user_filter;