Decision Trees

Home > Computer Science > Artificial intelligence and machine learning > Supervised Learning > Decision Trees

A tree-like model where internal nodes represent tests on input attributes, and leaves represent possible classifications.