Numerical to Binominal


Synopsis

Maps all numeric values to 'false' if they are in the specified range (typical: equal 0.0) and to 'true' otherwise.


Description

Converts all numerical attributes to binary ones. If the value of an attribute is between the specified minimal and maximal value, it becomes false, otherwise true. If the value is missing, the new value will be missing. The default boundaries are both set to 0, thus only 0.0 is mapped to false and all other values are mapped to true.


Input


Output


Parameters


ExampleProcess