These matlab files are for generalized TOPSIS method which is based on similarity and Bonferroni mean. Original article was published in
Luukka,P., Collan, M., Bonferroni mean based similarity based TOPSIS, 2016 IEEE International Conference on Fuzzy Systems (FUZZ-IEEE), pp. 704-709
https://ieeexplore.ieee.org/abstract/document/7737756
Scritp Mainfile.m has and example on how to use the coded.
function topsissimBM.m is main function call for the method.
function simLPBon.m computes Bonferroni mean based similarity between alternatives.
function Bonmean.m computes Bonferroni mean.
function normalization2.m normalizes data into unit interval.
Feel free to use it freely for academic purposes.
BR Pasi Luukka