Compare the advantages of and disadvantages of eager classification (e.G., decision tree) versus lazy classification (k-nearest neighbor)
Answers
Answered by
0
ANSWER
Eager classification is seen to be much faster than the lazy classification. This is because it
Eager classification is seen to be much faster than the lazy classification. This is because itconstructs a generalization model before receiving any new tuples to classify.
THANKS
Similar questions