Decision Trees Introduction

Decision Trees allow you to build your decision making logic in a simple tree structure. That means, given input data, you can make and branch out conditions that gradually lead towards the desired output. The design process is made simple thanks to our clear graphical representation.

What can you find in this section?

pageDecision Tree Designer

Last updated