Rule-based machine learning algorithm
·
Machine Learning
May / 07 Rule includes at least one "precondition" and one "postcondition". *precondition evaluates a data point*postcondition giving hypothesis output fot the data pointex) if a fruit is red and circular, it is an apple.precondition : "red and circular" postcondition: "it is an apple"rule: if a fruit is red and circular, it is an apple. There are two rules which are Classification rule, and As..