Skip to content
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 [http://pmtkdata.googlecode.com 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 [http://pmtk3.googlecode.com 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 [http://pmtksupport.googlecode.com pmtksupport.googlecode.com]
  * localUtil - various utilities that are specific to pmtk3
  * matlabTools - various generally useful matlab functions (these used to be stored in [http://matlabtools.googlecode.com 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. Click [http://code.google.com/p/pmtk3/wiki/synopsisPages here] for a list of all the files within this folder, complete with brief documentation
Clone this wiki locally