Research Article
Service-Life Study of Polycarbonate Outdoors Using Python with Incomplete Data
| Split_a_node() | | Input: the local learning subset corresponding to the node we want to split | | Output: a split [] or nothing | | –If Stop_split() is TRUE then return nothing. | | –Otherwise select attributes among all non-constant (in ) candidate attributes; | | –Draw K splits , where Pick_a_random_split(), ; | | –Return a split such that Score() = Score(). |
|