shogun
shogun copied to clipboard
remove EMachineType and related functions
https://github.com/shogun-toolbox/shogun/blob/develop/src/shogun/machine/Machine.h#L32
this enum needs to go because this will not be used (or usable when the plugin framework is in place).
Hi Viktor, Should I take up this task of removing all enum data types with their integer value? Thanks
@mrkarna try to give it a go and send in a pr
@vigsterkr Do I need to remove only EMachineType or all the three enums (EMachineType, ESolverType and EProblemType). Thanks