C45.C45
build :: Int -> [Labelled] -> DecisionTree
c45Dtree :: Int -> DataSetDT -> [FeatureDT] -> DataSetDT
classify :: DecisionTree -> Datum -> Label