/// Copyright (c) 2021 Marcos Pontes
/// MIT License
///
use crateRanker;
///
/// A WeakRanker can be interpreted as a stump in an ensemble of rankers.
/// Usually, the weak ranker is dummy, and it only evaluates the `RankList`
/// considering a single feature inside the `DataPoint`s.
///