I was given a decision tree with sample data in class to solve. After computing the gaining/splitting tree with the sample data provided, I ended up with the same tree that was in the question.
If I ended up with the same tree that was given in the question does that mean there is no more information gain and everything is classified properly?
I just want to know the concept behind, what if the decision tree that was given to us ended up being the same as my solution.