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.
Steven Lord
Steven Lord 2020년 10월 21일
If this "handle" did exist, how would you use it? What would you expect / want to be able to do with 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