I encountered a question that I really can't figure out:
Suppose your hypothesis class(H) consists of decision trees with 7 nodes that splits on only one feature. How to calculate the VC dimension of H?
I understand all the trees in the hypothesis class have 7 binary splits. But I really don't understand how to calculate the VC dimension of H?
Thank you!