How to find what settings "tsne" is using when I do not specify any Name Value pairs as options?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Pappu Murthy
el 21 de Oct. de 2020
Comentada: Steven Lord
el 21 de Oct. de 2020
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?
0 comentarios
Respuesta aceptada
Steven Lord
el 21 de Oct. de 2020
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 comentarios
Steven Lord
el 21 de Oct. de 2020
If this "handle" did exist, how would you use it? What would you expect / want to be able to do with it?
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!