I just started learning about SVM's today , and found that when the points in the dataset cannot be separated by a boundary that's linear , but rather radial , then we translate that radial boundary to higher dimensions to get a plane.
My question is , why is it not possible to just separate the points in the original dimension using a curved separator ?
Thank you for the help!