categoricals.c: Reimpliment the get_binary_by subscript function
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 19 Nov 2011 18:33:03 +0000 (19:33 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 19 Nov 2011 18:33:03 +0000 (19:33 +0100)
Instead of making ad hoc encodings for interactions, use the product
of the encodings of the individual variables.  This should not affect
the outcome of any current test cases, but makes the data flow easier
to follow and to debug.


No differences found