Stochastic Similarity Function for Matlab

Author: Caleb Phillips <cphillips@smallwhitecube.com>
Version: 0.1
License: Academic - BSD/MIT-like

Requirements:

 * Matlab 7 or similar (I've only tested it with 7)
 * Kevin Murphy's HMM Toolbox with my patch applied

Installation:

0. Extract this (I bet you already did that...)

   tar xvzf similarity-0.1.tar.gz 

1. Install Kevin Murphy's HMM Toolbox (included):

   unzip similarity-0.1/HMM.zip
   
   Then, put HMMall in your matlab path...

2. Patch it:

   patch -p0 < similarity-0.1/hmm_return_p.patch


3. Put similarity.m somewhere in your matlab path.

Usage:

There's a function called similarity. It's documented
in similarity.m, and there's an example in similarity_demo.m
