I will draw a shapey model with Swarmchart. When I draw it, it shows a maximum of 10 predictors on the right axis. How can I increase it to 20?
Example;
swarmchart(explainer,'Class',1)

 採用された回答

Ive J
Ive J 2024 年 9 月 13 日

1 投票

You can use NumImportantPredictors argument:
swarmchart(explainer, NumImportantPredictors=11)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMathematics and Optimization についてさらに検索

製品

リリース

R2024b

質問済み:

2024 年 9 月 13 日

回答済み:

2024 年 9 月 13 日

Community Treasure Hunt

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

Start Hunting!

Translated by