Classify all the given points according to the linear model, where a point X is classified as P if w · X + b > 0 and N if w · X + b < 0. Initialize W to be an all-one vector, i.e., < (1,1,1) >, and b to be 1 too.