Color Manager - Boolean Type?

Hey,

for the sake of interest: can someone please tell me why it is possible to choose between a Nominal ColorModel and a Range ColorModel for boolean type columns?

Best,
Marc

This is based on the implementation.

A BooleanCell is as well a DoubleValue as it as a NominalValue.... This is helpful as you can use it for calculations as well as for classification tasks

Best, Iris

Oh yes, that makes sense. Thank you!