///|
/// Associates a positive multiplier with one integer class label.
pub struct ClassWeight {
  weighted_label : Int
  weight_value : Double
} derive(Eq, Debug)