pub trait TransformerModel { // Required method fn transform(&self, x: &Matrix) -> FrResult<Matrix>; }