Can we consider regression tree (fine/ medium/coarse) present in regression learner app as classification and regression tree (CART)?

조회 수: 8 (최근 30일)
The screen shot of the regression tree (fine/medium/coarse) present in regression learner app is shown in the attachment for easy reference.
Here classification and regression tree (CART) means classification and regression tree algorithm mentioned in the research paper titled "A classification and regression tree algorithm for heart disease modeling and prediction" by Ozcan and Peker.
The research paper is also attached as reference.

채택된 답변

Drew
Drew 2023년 8월 15일
The short answer is yes.
MATLAB's built-in decision tree implementation uses the Classification and Regression Trees (CART) algorithm. The fitctree function is used for building decision trees for classification tasks, and the fitrtree function is used for building decision trees for regression tasks. These functions use the CART algorithm, which involves Gini impurity for classification tasks and mean squared error for regression tasks to determine the best splits for building the tree.
For more info, and available variations on the default standard CART algorithms, see:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Regression Trees에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by