Eliminate Decision by Increasing Weight Percentages Pseudo Code

For each attribute name

  For each decision

    For each Item in head location of source region

      If the attribute is found in the Item

          Attrib Percent = 0

          If Total Released Count !=0

             Attribute Percent = Attribute Release Count / Total

             Released Count * 100

          If Attrib Percent > Upper Release Target %

             Elminiate Decision

             Alarm if no more decisions else continue

          If Attrib Percent < Lower Release Target %

             SetWeight (current decision weight + Upper Release Target

             % - Attrib Percent)

                 

More information

Eliminate Decision by Increasing Weight Percentages.