/gis-drsa

Implements Dominance Rough Set Approach algorithm named DOMLEM (S. Greco, B. Matarazzo, R. Slowinski)

Primary LanguagePython

'''
########################################################################
MODULE:		DOMLEM.py
AUTHOR:		Gianluca Massei - Antonio Boggia
PURPOSE:	The script implements Dominance Rough Set Approach algorithm 
			named  DOMLEM (S. Greco, B. Matarazzo, R. Slowinski). It is 
			the base for different modules and plugin eg. geoUmbriaSUIT
			in QGIS or r.mcda.roughset in GRASS
COPYRIGHT:	c) 2012 Gianluca Massei and Antonio Boggia. This program is 
			free software under the GNU General Public License (>=v2).
########################################################################
'''