working pca_first

This commit is contained in:
Priec
2026-03-12 15:20:07 +01:00
parent f0b2073caa
commit 2174d4e506
4 changed files with 844 additions and 69 deletions

View File

@@ -8,3 +8,5 @@ burn = { version = "0.20.1", default-features = false, features = ["ndarray"] }
burn-ndarray = "0.20.1"
clap = { version = "4.5.60", features = ["derive"] }
ndarray = "0.17.2"
npyz = { version = "0.8.4", features = ["npz"] }
zip = { version = "8.2.0", features = ["deflate"] }