interimage:examples:supervised_c45
Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
Ambos lados da revisão anteriorRevisão anteriorPróxima revisão | Revisão anterior | ||
interimage:examples:supervised_c45 [2010/06/18 19:14] – tkorting | interimage:examples:supervised_c45 [2010/09/14 14:42] (atual) – tkorting | ||
---|---|---|---|
Linha 1: | Linha 1: | ||
====== Supervised Classification Using Decision Trees ====== | ====== Supervised Classification Using Decision Trees ====== | ||
- | InterIMAGE performs supervised classification through the C4.5 decision tree classifier. This example shows how to perform a supervised classification, | + | InterIMAGE performs supervised classification through the C4.5 decision tree classifier. This example shows how to perform a supervised classification, |
===== Download ===== | ===== Download ===== | ||
- | ??? | + | {{: |
===== Step-by-step ===== | ===== Step-by-step ===== | ||
Linha 11: | Linha 11: | ||
In order to perform classification, | In order to perform classification, | ||
- | Firstly define your interest classes, and create nodes for them. All nodes must be in the same level, only one of them must have the //TerraAIDA_C45_Classifier// as Top Down Operator, and all the remaining nodes must have //No Operator//. Note: your interest | + | Firstly define your interest classes, and create nodes for them. All nodes must be in the same level, only one of them must have the //TA_C45_Classifier// as Top Down Operator, and all the remaining nodes must have //No Operator//. Note: your classes |
- | To perform the training step, you must enter the **Samples Editor**. Firstly select the node whose childs are the interes | + | {{: |
+ | |||
+ | To perform the training step, you must enter the **Samples Editor**. Firstly select the node whose childs are the classes | ||
{{: | {{: | ||
- | Select one operator to perform segmentation (// | + | Select one operator to perform segmentation (// |
Note that your selected objects will be highlighted with the corresponding class: | Note that your selected objects will be highlighted with the corresponding class: | ||
Linha 33: | Linha 35: | ||
{{: | {{: | ||
+ | After defining all parameters, you can run the project. The resultant classification will be as follows: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | The generated decision tree will be placed in a //.txt// file, located in the same place as your input shape file, and will have the following content: | ||
+ | |||
+ | RATIO_2 > 0.4 -> roofs | ||
+ | RATIO_2 <= 0.4 | ||
+ | | | ||
+ | | | ||
+ | | ||
+ | Note that the automatic classification generated some wrong hypothesis, so you can create further rules to increase the classification accuracy. |
interimage/examples/supervised_c45.1276888493.txt.gz · Última modificação: 2010/06/18 19:14 por tkorting