I. Introduction
Classification is the process of mapping data items into a learning function in a previously defined class. There are two types of modeling of classification problems: the statistical attribute modeling of the summary set and the modeling based on logic. Using the statistical method, the classification problem can be modeled by summarizing the statistical properties of the sample set. The modeling based on logic use of Boolean values and comparative operations for true or false evaluation to express, rather than addition and multiplication of such arithmetic operations. Compared with other nonlogical methods, the classification of this modeling method is more accurate, and they contain a broader range of explanatory attributes. Decision Tree and Decision Rules are typical way to output classification methods in a logical model.