/// Copyright (c) 2021 Marcos Pontes
/// MIT License
///
///
/// This module contains the implementation of weak rankers used on
/// ensemble methods.
///
/// Weak ranker definition as components for the ensemble methods.
///
/// This module contains the implementation of the ensemble method AdaRank
///