-
Notifications
You must be signed in to change notification settings - Fork 130
[DimensionReductionMetrics] #1095
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DimensionReductionMetrics] #1095
Conversation
…lemot into DimensionReductionMetrics
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @MClemot ,
thanks a lot for this PR!
it looks all good.
that'd be wonderful if you could address my one tiny remark. Thanks!
std::unique_ptr<KDT> kdt; | ||
std::vector<KDT *> correspondence_kdt_map; | ||
|
||
GoodDiagram goods; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in general, I'd recommend to add an "_" suffix at the end of member variables (to distinguish them from local variables in the code). In the rest of TTK, the member variables for the base class are written in the form thisIsMyMemberVariableName_
(see core/base/triangulation/Triangulation.h for an example).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same remark goes for all the header files of this PR (as well as your future PRs).
…lemot into DimensionReductionMetrics
That looks perfect. Thanks a lot Mattéo! |
This PR adds the following :