Statistics
| Revision:

gvsig-geoprocess / org.gvsig.geoprocess / trunk / org.gvsig.geoprocess / org.gvsig.geoprocess.app / org.gvsig.geoprocess.app.mainplugin / src / main / resources / help / en / es.unex.sextante.gridCategorical.crossClassification / crossclassification.xml @ 339

History | View | Annotate | Download (2.13 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="This algorithm calculates the kappa index of agreement for 2 raster layers. This index can be used to check the degree of similarity between two layers such as two land use layers corresponding to two different dates.&#10;&#10;The  Kappa index is not biased by random coincidences, since it takes into account agreement that could occur by change (expected agreement). Kappa index values range from -1 to 1. 1 indicates a complete similarity, while the -1 defines a negative sign correlation. Values around 0 indicates that there is no correlaci&#243;n between the layers. Values higher than 0.75 indicate a very good correlation. &#10;" description="Description" type="0">
4
                </element>
5
                <element name="ADDITIONAL_INFO" text="* http://en.wikipedia.org/wiki/Cohen's_kappa" description="Additional information" type="0">
6
                </element>
7
                <element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
                </element>
9
                <element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
                </element>
11
                <element name="USER_NOTES" text="" description="User_notes" type="0">
12
                </element>
13
                <element name="GRID" text="first input raster layer." description="Grid 1" type="3">
14
                </element>
15
                <element name="GRID2" text="second input raster layer." description="Grid 2" type="3">
16
                </element>
17
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
                </element>
19
                <element name="CROSSCLASS" text="a new layer with a value defines the change that has taken place in that cell between both images&#10;&#10;Unique cell values are obtained using the following formula:&#10;&#10;V=  class_grid_1 X total_number_classes_in_grid_2 + class_grid_2&#10;&#10;" description="Cross classification" type="2">
20
                </element>
21
                <element name="TABLE" text="" description="Cross classification" type="2">
22
                </element>
23
                <element name="KAPPA" text="global and individual class Kappa values" description="Cross classification" type="2">
24
                </element>
25
        </help>
26
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>