Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eywalker/mockclustering
Experimental modifications to sorting toolchain in at-core
https://github.com/eywalker/mockclustering
Last synced: about 1 month ago
JSON representation
Experimental modifications to sorting toolchain in at-core
- Host: GitHub
- URL: https://github.com/eywalker/mockclustering
- Owner: eywalker
- Created: 2014-06-04T06:11:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-06T19:09:18.000Z (over 10 years ago)
- Last Synced: 2023-07-31T18:39:29.846Z (over 1 year ago)
- Language: Matlab
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#MockClustering
Experimental modifications to the sorting toolchain in at-core.## How to Use
1. Simply clone the repository and add "+mock" directory to your Matlab path. You could also just run setPath.m in the project directory to do so.
2. To see if it works, type
` mock.Experimenter
In Matlab. If this works without a problem, you are good to go. If you get error message like "permission denied", you probably don't have access right to the underlying database (edgarSandbox). If this happens, either change the database pointed to in +mock/getSchema.m, or contact Edgar Walker to be granted access permissions.