mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[regression] Add a comment regarding the maximal number of coefficients
of regression
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
Logistic = 8
|
||||
};
|
||||
static constexpr int k_numberOfModels = 9;
|
||||
static constexpr int k_maxNumberOfCoefficients = 5;
|
||||
static constexpr int k_maxNumberOfCoefficients = 5; // This has to verify: k_maxNumberOfCoefficients < Matrix::k_maxNumberOfCoefficients
|
||||
virtual ~Model() = default;
|
||||
virtual Poincare::ExpressionLayout * layout() = 0;
|
||||
// simplifiedExpression is overrided only by Models that override levelSet
|
||||
|
||||
Reference in New Issue
Block a user