Post-pruning in CART consists of the following procedure:
A: First, consider the cost complexity of a tree.
B: Then, for each internal node, N, compute the cost complexity of the subtree at N.
C: And also compute the cost complexity of the subtree at N if it were to be pruned.
D: At last, compare the two values. If pruning the subtree at node N would result in a smaller cost complexity, the subtree is pruned. Otherwise, the subtree is kept.
A: First, consider the cost complexity of a tree.
B: Then, for each internal node, N, compute the cost complexity of the subtree at N.
C: And also compute the cost complexity of the subtree at N if it were to be pruned.
D: At last, compare the two values. If pruning the subtree at node N would result in a smaller cost complexity, the subtree is pruned. Otherwise, the subtree is kept.
举一反三
- Which one of the following is an example for exponential time complexity? A: O(2<sup>n</sup>) B: O(1) C: O(n) D: O(n<sup>2</sup>)
- Which one of the following is an example for exponential time complexity?( ) A: O(2n) B: O(n2) C: O(n) D: O(1)
- 雨课堂: 语法判断 The complexity of ESD by means of the number of visited nodes is upper bounded by n< A*B.
- Which two steps are the result of associating a blade server?() A: The compute node reboots and is then connected to the CMC B: A compute node is assigned to a service profile C: if the association is successful the cisco UCS manager boots the cisco UUOS to configure the compute node D: The compute node reboots to reload and then loads NX OS and establishes connections to both the CMC and the IOMs
- Which of the following are the two dimensions of environmental uncertainty? A: degree of change and degree of complexity B: degree of change and degree of volume C: degree of complexity and degree of impact D: degree of impact and degree of timing