ltrs 0.1.0

Learning to rank library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/// Copyright (c) 2021 Marcos Pontes
/// MIT License
///

///
/// This module  contains the implementation of weak rankers used on
/// ensemble methods.   
///
pub mod weak;


///
/// This module  contains the implementation of the ensemble method AdaRank
/// 
pub mod adarank;