0
$\begingroup$

It is said that the VC Dimension of a $d$-sided polygon is $2d+1(rectangle- 9)$, whereas there are proofs that the VC dimension of rotatable rectangle is 7. What is the reason for this anomaly?

  • 1
    Possible duplicate of [VC dimension for Rotatable Rectangles](http://math.stackexchange.com/questions/659506/vc-dimension-for-rotatable-rectangles)2017-02-27
  • 0
    I updated the question to clarify2017-02-27
  • 0
    Link says that VC dimension of d sided polygon is 2d+12017-02-27
  • 0
    Here is the link http://www.cs.nyu.edu/~mohri/ml/ml08/sol2.pdf, @NP-hard, question 2 a)2017-02-27

1 Answers 1

1

If I understand your question, it is not correct to say that the VC dimension of rectangles is $9$. For the class of rectangles with horizontal and vertical edges, the VC dimension is $4$ and for the class of rotated rectangles, the VC dimension is $7$. The class of $4$-sided polygon is a more wider class than the previous two. It does not require edges to be parallel nor the polygon to be convex. Therefore, it has more ability to shatter more vertices and thus has a greater VC dimension.