Skip to content

all-seeing-code/sketchmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

   ################################################
   # A set of tools to perform MDS and sketch-map #
   # non-linear dimensionality reduction.         #
   ################################################

 Distributed under the GNU General Public License v 3.0
 A copy of the license is distributed in the LICENSE file.
 
 + COMPILATION:
 
 The compiler to be used and various compilation options
 must be set in make.in. The only real dependency of
 sketch-map is LAPACK. 
 Once you set this couple of variables to match your
 system, you should only need yo type
 
 make
 
 Executables should be placed in bin/
 

About

Suite of programs to perform non-linear dimensionality reduction -- sketch-map in particular

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 56.9%
  • Tcl 42.4%
  • Other 0.7%