Which of the following statements is not an objective of Information Gain?

Which of the following statements is not an objective of Information Gain? Correct Answer Decision Trees algorithm will always tries to minimize Information Gain

Decision Trees algorithm will always try to maximize Information Gain. It tries to determine which attribute in a given set of training feature vectors is most useful for discriminating between the classes to be learned. And it is used to decide the ordering of attributes in the nodes of a decision tree.

Related Questions