[fpc-pascal] best method: multiple three state options in a decision tree

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Jan 21 16:21:57 CET 2014


On Tue, 21 Jan 2014 09:51:38 -0500
waldo kitty <wkitty42 at windstream.net> wrote:

> On 1/18/2014 7:40 PM, waldo kitty wrote:
> >
> > what is the best method of coding a decision tree with options that have three
> > states and all options are additive?
> >
> > clarification: i have a situation with 5 (at this time) options and all 5 are
> > three state... each option can be paired with all other options' states but may
> > NOT be paired with its own other states...
> [...]
> 
> no one has any ideas or thoughts on this?

Maybe I don't understand the question. The 5 options with each 3 states
sounds like an array[1..5] of TRedGreenBlue.
What do you mean with "additive" and why a decision tree?

 
> i can be contacted offlist about this if one prefers ;)


Mattias



More information about the fpc-pascal mailing list