ayrna / orca

Ordinal Regression and Classification Algorithms
http://www.uco.es/grupos/ayrna/orreview
GNU General Public License v3.0
114 stars 35 forks source link

Abstract methods not available in Octave #25

Closed javism closed 6 years ago

javism commented 6 years ago

Abstract methods are not available in Octave (see bug).

The solution right now is to comment those methods in the abstract classes. However the proper solution can be to define the methods as standard methods that trow an exception in the upper class so they can be only called if implemented in child classes. There we have a kind of interface with the tools we have in Matlab and Octave.