Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jmlewis/divvy
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua M. Lewis committed Jan 24, 2012
2 parents 4bd7f16 + 16a7da2 commit e2eb5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
@@ -1,6 +1,6 @@
Welcome to Divvy! Build Divvy in Xcode 3 or 4 on Mac OS X 10.6 or 10.7 and then play around with the data in Sample Datasets/. Right click on any dataset view to export your results as .csv or the view as .png. Export data from Matlab using the matlabtodivvy.m script in Exporters/. Visit Divvy on the web at http://divvy.ucsd.edu for a demo video and more.

Divvy is a work in progress and some of the plugins are experimental. Isomap and linkage clustering may crash Divvy or not terminate. The Zhu point visualizer is just a proof of concept, to be replaced later with a more fully functional image visualizer. Other plugins, such as tSNE, may take a very long time to compute depending on the size of the dataset.
Divvy is a work in progress and some of the plugins are experimental. For example, the Zhu point visualizer is just a proof of concept, to be replaced later with a more fully functional image visualizer. Other plugins, such as tSNE, may take a very long time to compute depending on the size of the dataset. Finally, Divvy currently only works with dense, numeric datasets.

If there is a feature you'd like Divvy to have, or if you'd be interested in contributing code to the project, please email the project leader, Joshua, at (the first four letters of his first name)@cogsci.ucsd.edu. This is our first Objective-C project, and we welcome any suggestions/pull requests related to our design patterns, the internal organization of the application, &c.

Expand Down

0 comments on commit e2eb5a6

Please sign in to comment.