Crate oozie [] [src]

Modules

data

Module with basic data loading and handling utilities.

recommender

Module with some basic collaborative filtering recommenders. It would be nice to expand this module

similarity

Module with some basic similarities between vectors

sparse

Module with some functions that implement basic algebraic operations between sparse vectors. Here a sparse vector is just a HashMap<ID, f64>

Type Definitions

ID

Type alias for the user and item ids