I have a classification and regression question on machine learning. First question, the following dataset http://it.tinypic.com/view.php?pic=oh3gj7&s=8#.VIjhRDGG_lF
Can we say, the data set is linearly separable? In order to apply a linear model for classication, a transformation of the input space is not needed for this dataset, or is not possible for this dataset? My answer is no, but I am not sure for the second, I am not sure a transformation is possible for the dataset.
Second question about regression probl: Give the following data set f : R -> R http://it.tinypic.com/view.php?pic=madsmr&s=8#.VIjhVjGG_lE
Can we say that : A linear model for regression can be used to learn the function associated to this data set ? Given this data set, it is not possible to determine an optimal conguration of the linear model?
I am reading the book of Tom Mitchell Machine learning, and Pattern Recognition and Machine Learning Bishop, but I still have trouble giving the right answer. Thanks in advance.