Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [3.0.0-beta.1](v2.5.0...v3.0.0-beta.1) (2024-06-24) ### ⚠ BREAKING CHANGES * substitute GraphMode enum with string in API * **PLSDA:** PLSDA is now also a reducer * give train() function to BaseActionClass and children ### Features * feature number autoselection in PLSDA and LDA ([a4f8983](a4f8983)) * **DF:** mid-level data fusion support ([45a3ea4](45a3ea4)) * **DF:** outer matrix multiplication data fusion ([5415a6f](5415a6f)) * **PLSDA:** PLSDA is now also a reducer ([cf67a1a](cf67a1a)) * substitute GraphMode enum with string in API ([34068a4](34068a4)) ### Bug Fixes * **PCA:** component autoselect issues ([f827b2d](f827b2d)) * **LDA, BaseReducer:** components bug ([0f87962](0f87962)) * **DF:** indexing issues when concatenating ([6b29b45](6b29b45)) * **tests:** KNN and PLSDA test update ([858f560](858f560)) ### Docs * **DF:** mid-level data fusion case study ([f9e3431](f9e3431)) * new case study ([35cf415](35cf415)) ### Refactor * give train() function to BaseActionClass and children ([2e836bc](2e836bc)) * **DF:** mid-level data fusion overhaul ([b6ba68b](b6ba68b))
- Loading branch information