PRTools
A Matlab toolbox for pattern recognition Imported pages from 37Steps

Home   Guide   Software   Glossary   FAQ   Blog   About

Distools Guide

DisTools is a Matlab toolbox for dissimilarity based pattern recognition. It is built on top of PRTools, a general toolbox for pattern recognition, which should be in the path.

DisTools is primarily meant for the analysis of a given set of dissimilarities (possibly non-Eudlidean, non-metric or asymmetric) between labeled objects. There are a few commands for computing such dissimilarities. Its main use is, however, to help researchers who are designing and studying dissimilarity measures between objects like images, time signals and spectra for classification purposes. DisTools offers much more advanced tools for classification than the traditional approaches based on the nearest neighbor relations and template matching.

Download

Commands

There are commands to support the construction of proper dissimilarity matrices, for building classifiers and for evaluation.

Construction

Classification can be performed on the basis of three different interpretations of the dissimilarity matrix: on the given dissimilarities, in a dissimilarity space and in an embedded space:

For evaluation special tools are needed as  the selection of training and test sets may influence the representation.

Terminology

In our terminology we distinguish

In some documents, help files and software comments, the following abbreviations may be used: trainset for training set, testset for test set, repset for representation set, dismat for dissimilarity matrix, disspace for dissimilarity space and pe_space for the space obtained by pseudo_Euclidean embedding.

Examples and exercises