| (11-07-2008) |
The scoring source code emitted by SI-CHAID for float/mono numeric predictors with non-zero fractional parts could incorrectly fail to assign a segment number ("chdsegmt" would be missing, and chderror would have a non-missing value). The logic of the generated "if" statements has been revised to overcome the imprecise nature of conversions between internal floating point numbers and their external decimal representation which was the immediate cause of the failure.
|