0
13kviews
Rule Based Classification
1 Answer
0
537views

Rule Based Classification

Rule-based classifier makes use of a set of IF-THEN rules for classification. We can express a rule in the following from −
IF condition THEN conclusion
Let us consider a rule R1,

 R1: IF age = youth AND student = yes
       THEN buy_computer = yes

Rule-Based Classifier …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.