Previous Up Next

3  Why would you need it?

3.1  Features

Generally speaking, you have the same amount of expressiveness on both sides of the data (input and output), which is a very neat solution. Usual discrete data specifications as supported by more common decision tree learners (e.g. C4.5) are a strict subcase of algebraic datatypes as used in AIFAD. Furthermore, all kinds of algorithms that operate on “normal” decision trees or data should be generalizable to the more powerful representation.

3.2  Missing features


Previous Up Next