Accuracy is the simplest performance measure which is often used in general classification problem. It is the total number of correctly recognized instances divided by the total number of instances. This measure is not suitable for the class imbalance problem which focuses on the prediction of the minority class. The model with the high true negative rate but low true positive rate could get a high accuracy despite being the unsuitable model for a class imbalance problem.