How to find what settings "tsne" is using when I do not specify any Name Value pairs as options?

2 次查看(过去 30 天)
If I use tsne with out any Name Value pair options, is there a way to find what parameters the code is using internally? Is there a command that can list all the parameters used?

采纳的回答

Steven Lord
Steven Lord 2020-10-21
Open the documentation page for tsne using the doc command. Scroll down to the Name-Value Pair Arguments subsection of the Input Arguments section. The section for each name-value pair argument lists the accepted values and also indicates what the default value is for that argument. For instance, the documentation page lists the default value of 'Algorithm' as 'barneshut'.
  4 个评论
Pappu Murthy
Pappu Murthy 2020-10-21
I see. Thanks for the clarification. I understand. I was hoping to get a handle which displays all the current parameter values. But if such is not there so be it.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Dimensionality Reduction and Feature Extraction 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by