Skip to content

Commit 90142b6

Browse files
committed
Add back comment
1 parent 42af51f commit 90142b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Libs/Optimize/Function/EarlyStop/MorphologicalDeviationScore.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class MorphologicalDeviationScore {
1313
Eigen::VectorXd GetMorphoDevScore(const Eigen::MatrixXd& X); // (n,)
1414

1515
private:
16+
/// Flag to ensure control shapes are set and PCA model is in place
1617
bool is_fitted_ = false;
1718

1819
// Fitted model parameters

0 commit comments

Comments
 (0)