PRTools Course
This page is under construction
[annotation]
some intro
Background material
Preparation
- Download PRTools, PRDataSets and PRDataFiles
- Unzip and add them to your personal Matlab directory
- Start Matlab
- Change to your Matlab directory using the cd command
- Add the above toolboxes to the Matlab path by (copy and paste)
addpath(fullfile(pwd,'prtools')))
addpath(fullfile(pwd,'prdatasets'))
addpath(fullfile(pwd,'prdatafiles')
- Check the availability of PRTools, PRDataSets and PRDataFiles by
which ldc
which iris
which delft_idb
They should all respond with a proper path.
Day 1: Introduction PRTools, Representation and Generalization
Day 2: Evaluation
Day 3: More on Representation
Day 4: Applications
- application 1
- application 2
- application 3
[/annotation]