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.statisticalMethods.pca / pca.xml @ 338

History | View | Annotate | Download (2 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="Principal Components Analysis (PCA) is a technique for analysing between two or more variables. PCA can be used to transform a set of image bands and create a new set of bands which are uncorrelated with each other and ordered according to amount of variance they explain. By taking just those bands that explain a larger amount of variance, redundancy in the data set can be reduced." description="Description" type="0">
4
                </element>
5
                <element name="ADDITIONAL_INFO" text="Examples of Principal Components Analysis to land use change detection&#10;&#10;* T. Fung and E. LeDrew. Application of principal component analysis to change detection. Photogrammetric Engineering and Remote Sensing, 53(12):1649&#8211;1658, 1987.  &#10;&#10;* G. F. Byne, P. F. Crapper, and K. K. Mayo. Monitoring land-cover change by principal component analysis of multitemporal landsat data. Remote Sensing of Environment, 10:175&#8211;184, 1980." 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="INPUT" text="The set of input bands" description="Input bands" type="3">
14
                </element>
15
                <element name="NBANDS" text="Number of bands to take. Must be lower or equal to the number of input bands" description="Numero_bandas" type="3">
16
                </element>
17
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
                </element>
19
                <element name="RESULT" text="A new raster layer with the specified number of bands. The first one is the band that explains the largest amount of variance.." description="Principal Components Analysis" type="2">
20
                </element>
21
        </help>
22
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>