-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
introduced RegularizedSVD, fPCA takes a generic solver (the previous …
…implementation is equivalent to discharge the solution on one of the RegularizedSVD solvers), PowerIteration no more stores a pointer to the model (was useless), better model and regression type erasure, use standardized RegressionViews in gcv and edfs strategies, updated tests
- Loading branch information
Showing
13 changed files
with
364 additions
and
382 deletions.
There are no files selected for viewing
Submodule core
updated
3 files
+1 −1 | fdaPDE/utils/traits.h | |
+9 −7 | fdaPDE/utils/type_erasure.h | |
+32 −0 | test/src/type_erasure_test.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.