#r @"..\packages\numl.0.7.5\lib\net40\numl.dll" open numl open numl.Model open numl.Supervised.DecisionTree type Outlook = | Sunny = 0 | Overcast = 1 | Rainy = 2 type Temperature = | Low = 0 | High = 1 type Tennis = { [] Outlook : Outlook [] Temperature : Temperature [] Windy : bool [