X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 09 Mar 2009 04:52 AM by  anon
knowledge base classification.
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
09 Mar 2009 04:52 AM
    Hi all, I want to make a rule set (like the ones in Knowledge Classifier in Erdas Imagine). I explored "Decision Tree" but it was not flexible as compared to Erdas. Is there other way to do this. As an example this is what I want to do. Say if the valuse of an index is from 0.2 to 0.5 classify as forest. Within that if band 1 is > .8, classify as x. Guidance much appreciated. Regards, Deo      

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    10 Mar 2009 08:02 AM
    I think an expression like yours above will work in the Decision Tree.  If you start a new tree, in your first node make your decision to be 'b1 gt .2 and b1 lt .5'.  Map your index to b1.  Add a child node to the result of the first binary decision.  Add a new decision of 'b2  gt .8'.  This should split classes between not classified and classified as forest for the first decision.  Then within the forest class, class 1 or class 2 depending on whether or not it meets the second decision criteria.
    You are not authorized to post a reply.