elastic / ml-cpp

Machine learning C++ code
Other
7 stars 62 forks source link

[ML] Refactor add annotation #2700

Closed valeriy42 closed 3 months ago

valeriy42 commented 3 months ago

This PR adds a simple protected interface to add annotations to the model. It is factored out of #2695 for a simpler review.

This functionality will be unit-tested in #2695, where the new addAnnotation function will be used.