We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42af51f commit 90142b6Copy full SHA for 90142b6
Libs/Optimize/Function/EarlyStop/MorphologicalDeviationScore.h
@@ -13,6 +13,7 @@ class MorphologicalDeviationScore {
13
Eigen::VectorXd GetMorphoDevScore(const Eigen::MatrixXd& X); // (n,)
14
15
private:
16
+ /// Flag to ensure control shapes are set and PCA model is in place
17
bool is_fitted_ = false;
18
19
// Fitted model parameters
0 commit comments