280,630 views
14 votes
14 votes
Remember the dataset of alligators which was about the length and weight of several aligators in Florida. The variable X is the length of aligator and the Y variable is the weight of them. A researcher decided to use decision tree and designed two steps: X<4, X>4. What is the name of this method of splitting?A. Multi-way splitting.B. Entropy classification.C. Binary splitting.D. Gini index.

User A Magoon
by
2.8k points

1 Answer

5 votes
5 votes

Answer:

A. multi-way split.

Explanation:

Multi way split consists of internal at decision tree branches. Gini index measures probability of impurity in the random variables chosen. Entropy is measure of uncertainty in the sample selected. Binary splitting is used to speed up numerical evaluation.

User Sandeep Purohit
by
3.0k points