You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the f32 impl would be broken when we use LAPACK, by default we use the pure-Rust linalg library instead, so f32 should work. I'll see if I can enable f32 for the pure-Rust library only without too much copypaste.
PCA algorithm is only implemented for f64. Is there a reason for this? Can't it be implemented for trait Float?
The text was updated successfully, but these errors were encountered: