Crate oozie [] [src]

Modules

data

Module with basic data loading and handling utilities

recommender

Module with the basic tools to build a recommender

similarity

Module with some basic similarities, you can write your own using the sparse module

sparse

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

Type Definitions

ID

Type for the user and item ids