My problem consists of Data matrix with size 1000x12. 12 features with 1000 examples. It is a 4 class problem.Now my question is how to perform feature normalization. I assume some ways (listed below) and suggest me the right path.
Assumed ways:
(1) normalization of all features related to specific class individually (Let class 1 contains [300x12]=3600, normalization of 3600 features).
(2) normalization of all features (12000) at once.
(3) normalization of each column in data matrix (1000x12).