<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<h2>DESCRIPTION</h2>
<p>The <em>r.mcda.ahp</em> Generate a raster map classified with analytic hierarchy process (AHP) [Saaty, 1977 and Saaty &amp; Vargas, 1991]</p>
<em>(GRASS python Script)</em>
<p></p>
<h2>NOTES</h2>
<p>It is mandatory to build a pairwise comparation table with the same order of input of criteria maps in the criteria field.</p>
<p>Example: r.mcda.ahp criteria=reclass_slope,reclass_sand,reclass_elev pairwise=pairwise output=outputMap</p>
<p>The file &quot;pairwise&quot; has to have a structure like this:</p>
<p>#start file</p>
<p>1.0, 0.2, 3.0</p>
<p>5.0, 1.0, 5.0</p>
<p>0.3, 0.2, 1.0</p>
<p>#comment: order: reclass_slope,reclass_sand,reclass_</p>
<p>#end file</p>
The first row and first column are related to the first criteria (reclass_slope in our case); the second row and second column are related to the second criteria (reclass_sand in our case) and the third row and third column are related to the third criteria
 ( reclass_elev in our cas), and so on.
<h2>TODO</h2>
<h2>SEE ALSO</h2>
<em><a href="UrlBlockedError.aspx" target="_blank">r.roughset</a>, <a href="UrlBlockedError.aspx" target="_blank">
r.mcda.regime</a>, <a href="UrlBlockedError.aspx" target="_blank">r.mcda.fuzzy</a>
<a href="UrlBlockedError.aspx" target="_blank">r.mcda.electre</a>, <a href="UrlBlockedError.aspx" target="_blank">
r.in.drsa</a> <a href="UrlBlockedError.aspx" target="_blank">r.in.drsa</a> <a href="UrlBlockedError.aspx" target="_blank">
r.in.drsa</a> </em>
<h2>AUTHORS</h2>
Antonio Boggia - Gianluca Massei<br>
Department of Economics and Appraisal - University of Perugia - Italy
<p><i>Last changed: $Date: 2011-12-15 22:56:45 &#43;0100 ( 15 dic 2011) $</i> </p>
</body>
</html>