60.8k views
5 votes
Which of the following statements is correct?

1.Using recursive partitioning, we are dividing the data into smaller sets, with members in the same set being wildly different
2.Partitioning the data means dividing the data into overlapping sets
3.Using recursive partitioning, we are dividing the data into smaller sets, each with members sharing similar characteristics
4.To create a tree, we use either the ""lm"" or ""glm"" functions in R

1 Answer

6 votes

Final answer:

Recursive partitioning involves dividing the data into smaller sets, with members sharing similar characteristics.

Step-by-step explanation:

The correct statement is: Using recursive partitioning, we are dividing the data into smaller sets, each with members sharing similar characteristics. Recursive partitioning is a method used in data analysis to divide a dataset into subsets based on certain criteria. The goal is to create smaller sets that have members with similar characteristics. This process can be used for various purposes, such as creating decision trees for classification problems.

User Arunrk
by
7.4k points