How to format the numeric data at the node of decision tree graph?

8 ビュー (過去 30 日間)
Nathan L
Nathan L 2017 年 7 月 22 日
回答済み: Mark Henderson 2018 年 6 月 13 日
Hi, is there a way to set number of decimal places for number showing at each of the decision tree nodes? I am trying to limit the numeric data to only two decimal places. Thank you.

採用された回答

Carl
Carl 2017 年 7 月 24 日
Hi Nathan. Unfortunately, as of right now there is no way to change the format of numerical data when viewing a decision tree in graph mode. Our development team has been notified of this as a possible enhancement, and will look into it for future releases.

その他の回答 (1 件)

Mark Henderson
Mark Henderson 2018 年 6 月 13 日
Workaround: save the graph as an SVG file, then edit the SVG code. To declutter the graph you can remove all of the left branch text (<), which is grouped in one section of the SVG file, since the right branch text (>=) is sufficient.

カテゴリ

Help Center および File ExchangeClassification Trees についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by