/*!
Omikuji provides an efficient implementation of Partitioned Label Trees and its variations
for extreme multi-label classification.
*/
pub type Index = u32;
pub type IndexValueVec = ;
pub type IndexSet = HashSet;
pub type DataSet = DataSet;
pub type Model = Model;
pub use rayon; // Re-export Rayon for downstream parallelization control