Does CART algorithm takes into account in the order of the set of attributes?
when using matlab command 'fitctree' for classification purpose, and I change the order of the attributes I do not find the same Tree and thus the same classificaiton error? why? CART algorithm does take account on the attributes firstly introduced ?
Topic matlab decision-trees random-forest algorithms machine-learning
Category Data Science