psenovsky / MCDASupport

GNU General Public License v3.0
0 stars 0 forks source link

implement summary() support for the methods #2

Closed psenovsky closed 1 month ago

psenovsky commented 7 months ago

Majority of the MCDA's function return complex object with the ordering, adjacancy matrices and such.

To interpret the user needs to know what is the structure of this object and meaning of it. That information is available in documentation, but usage could be much easier if summary method has been implemented and provided basic formated output.

psenovsky commented 3 months ago

First version, which will support this will be v0.31, at least for some objects.

psenovsky commented 1 month ago

implemented in v0.31 for all MCDA models.