Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Visualize a MultiPerspectiveEmbedding
ResourceFunction["MultiPerspectiveEmbeddingViewer"][mpse] creates dynamic controls for viewing MultiPerspectiveEmbedding results. |
"DisplayFunction" | Automatic | a function that displays the result; can be any custom Function that takes as input a sequence of options to control 3D view such as ViewAngle,ViewVector,ViewVertical and ViewProjection |
"StartingViewDistance" | 3 | distance between the camera and the center |
"ViewDistanceRange" | {0.01,25} | range of distances for the slider |
View the result of the MultiPerspectiveEmbedding algorithm using default Graphics3D:
In[1]:= |
Out[2]= |
Specify a custom "DisplayFunction" to view the results:
In[3]:= |
Out[4]= |
This work is licensed under a Creative Commons Attribution 4.0 International License