lisitsyn / tapkee

A flexible and efficient С++ template library for dimension reduction
http://tapkee.lisitsyn.me
BSD 3-Clause "New" or "Revised" License
231 stars 58 forks source link

Convert DimensionReductionMethod to a class instead of enum #94

Closed lisitsyn closed 4 months ago

iglesias commented 4 months ago

This is a nice cleanup, substituting the METHOD_THAT_NEEDS... and IF_NEEDS.... Cool!