Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function duplication to parametrize closed surfaces: tri_sphparam.m and surface_param.m #5

Closed
GoogleCodeExporter opened this issue Apr 7, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

surface_param: 

     XY plane:
                  'xy':       Simple projection on XY.
                  'pca':      Projection on main PCA plane.
                  'isomap':   Isomap (with Dijkstra's shortest path).
                  'cmdsmap':  MDS mapping, global neighbourhood, classical
                              MDS.
                  'lmdscale': MDS mapping, local neighbourhood, local MDS.

      Unit sphere:
                  'sphproj':  Simple projection on sphere around centroid.
                  'cald':     CALD method by Shen & Makedon 2006.
                  'smdscale': Spherical extension of lmdscale.


tri_sphparam:

      'cmdscale': Classical Multidimensional Scaling (MDS).

      'smacof':   Unconstrained SMACOF, followed by projection of points on
                  sphere.

      'consmacof-global': Constrained SMACOF with untangling of all
                  vertices simulataneously (too slow except for small
                  problems).

      'consmacof-local': Constrained SMACOF with local untangling of
                  connected vertices. If the algorithm cannot find a way to
                  untangle a local component, it leaves its vertices
                  untouched. This method is parallelized. To take advantage
                  of multiple threads, before running this function:

                  % activate pool of workers
                  matlabpool

                  % select number of parallel threads
                  myCluster = parcluster();
                  myCluster.NumWorkers = 6;

Original issue reported on code.google.com by rcas...@gmail.com on 10 Oct 2014 at 8:18

@GoogleCodeExporter
Copy link
Author

Original comment by rcas...@gmail.com on 30 Oct 2014 at 5:07

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

Original comment by rcas...@gmail.com on 4 Nov 2014 at 12:22

  • Added labels: Type-CodeRefactoring
  • Removed labels: Type-Defect

@rcasero
Copy link
Collaborator

rcasero commented Jun 22, 2016

It doesn't matter

@rcasero rcasero closed this as completed Jun 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants