forked from probml/pmtk3
-
Notifications
You must be signed in to change notification settings - Fork 0
dirStructure
murphyk2 edited this page Oct 25, 2010
·
8 revisions
Explanation of directory structure of PMTK3
PMTK3 contains the following top-level directories
* data - used to store local copies of data folders that are auto-downloaded from pmtkdata.googlecode.com
* demos - various demos that test and illustrate how to use the toolbox. This has two sub directories: 'bookDemos', which contains scripts used to generate figures for [http://www.cs.ubc.ca/~murphyk/MLbook/index.html "Machine learning : a probabilistic approach"] and 'otherDemos' which use the toolbox but do not feature in the book
* docs - contains documentation which appears on pmtk3.googlecode.com. For most users this will be an empty directory
* external - used to store local copies of folders that are auto-downloaded from pmtksupport.googlecode.come
* localUtil - various utilities that are specific to pmtk3
* matlabTools - various generally useful matlab functions (these used to be stored in matlabtools.googlecode.com, but this was merged with pmtk3 on 24oct10 to make it easier to maintain consistency)
* toolbox - the main directory containing models and algorithms