Does multiplying each of the feature vectors by the same scalar affect the output of the classification when using the perceptron algorithm?
Does multiplying each of the feature vectors by different scalars affect the output of the classification when using the perceptron algorithm?
Example
((2,5),2), ((3,8),0), ((-2,-5),4)