For example, I want to do something on these lines:
abstract Tree
abstract SupervisedModel
type DecisionTree <: Tree, SupervisedModel
This is currently not possible in Julia. Is this due to any fundamental reasons or just not yet implemented?
source
share