is there a standard way to set default value to output variable in decision tree, in case that input does not hit any rule.
No however you can set input value with != after that you can set default value in output.
For example
if input value != “A” , output value = “Default”
You can set this rule at the end of the rules.