mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 20:38:23 +01:00
refactor: remove obsolete elements from EigenModel struct
This commit is contained in:
parent
f64f8fa465
commit
8adeffa315
@ -31,15 +31,10 @@
|
||||
namespace poet {
|
||||
|
||||
struct EigenModel {
|
||||
// The first model will be used for all values if clustering is disabled
|
||||
// or for the reactive part of the field if clustering is enabled
|
||||
// Custom struct for the Keras weight matrices and
|
||||
// bias vectors
|
||||
std::vector<Eigen::MatrixXd> weight_matrices;
|
||||
std::vector<Eigen::VectorXd> biases;
|
||||
|
||||
// The other model will be used for the non-reactive cluster
|
||||
// (if clustering is enabled)
|
||||
std::vector<Eigen::MatrixXd> weight_matrices_no_reaction;
|
||||
std::vector<Eigen::VectorXd> biases_no_reaction;
|
||||
};
|
||||
|
||||
struct TrainingData {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user