wolffd@0
|
1 This software was downloaded from
|
wolffd@0
|
2 http://www.gatsby.ucl.ac.uk/~zoubin/software.html
|
wolffd@0
|
3 with permission of the author.
|
wolffd@0
|
4
|
wolffd@0
|
5
|
wolffd@0
|
6 This software was written by
|
wolffd@0
|
7
|
wolffd@0
|
8 Zoubin Ghahramani
|
wolffd@0
|
9 Dept of Computer Science
|
wolffd@0
|
10 University of Toronto
|
wolffd@0
|
11 zoubin@cs.toronto.edu
|
wolffd@0
|
12
|
wolffd@0
|
13 This software is written in Matlab 4.2c and should run on all platforms
|
wolffd@0
|
14 supporting this version of Matlab. Matlab is a commercial software
|
wolffd@0
|
15 package available from The MathWorks (http://www.mathworks.com/).
|
wolffd@0
|
16
|
wolffd@0
|
17 This software is meant for free non-commercial use and distribution. See the
|
wolffd@0
|
18 copyright notice at the bottom of this page.
|
wolffd@0
|
19
|
wolffd@0
|
20 If you use it, please refer to the accompanying technical report:
|
wolffd@0
|
21
|
wolffd@0
|
22 Ghahramani, Z. and Hinton, G.E. (1996) The EM Algorithm for Mixtures
|
wolffd@0
|
23 of Factor Analyzers. University of Toronto Technical Report CRG-TR-96-1.
|
wolffd@0
|
24 Available at ftp://ftp.cs.toronto.edu/pub/zoubin/tr-96-1.ps.gz
|
wolffd@0
|
25
|
wolffd@0
|
26 If you find bugs, or would like to see if I've implemented any
|
wolffd@0
|
27 extensions, please send me email at zoubin@cs.toronto.edu. The
|
wolffd@0
|
28 software is provided "as is", and I cannot guarantee I will be able
|
wolffd@0
|
29 to fix all problems or answer all inquiries.
|
wolffd@0
|
30
|
wolffd@0
|
31 See mfademo.m for a demo.
|
wolffd@0
|
32
|
wolffd@0
|
33 Hope you find it useful. Please send me email if you find it useful
|
wolffd@0
|
34 and I will put you on a mailing list announcing releases of other
|
wolffd@0
|
35 statistical machine learning software in Matlab.
|
wolffd@0
|
36
|
wolffd@0
|
37
|
wolffd@0
|
38 ----------------------------------------------------------------------
|
wolffd@0
|
39 Copyright (c) 1996 by Zoubin Ghahramani
|
wolffd@0
|
40 Toronto, Ontario, Canada.
|
wolffd@0
|
41 All Rights Reserved
|
wolffd@0
|
42
|
wolffd@0
|
43 Permission to use, copy, modify, and distribute this software and its
|
wolffd@0
|
44 documentation for non-commercial purposes only is hereby granted
|
wolffd@0
|
45 without fee, provided that the above copyright notice appears in all
|
wolffd@0
|
46 copies and that both the copyright notice and this permission notice
|
wolffd@0
|
47 appear in supporting documentation, and that my name not be used in
|
wolffd@0
|
48 advertising or publicity pertaining to distribution of the software
|
wolffd@0
|
49 without specific, written prior permission. I make no representations
|
wolffd@0
|
50 about the suitability of this software for any purpose. It is provided
|
wolffd@0
|
51 "as is" without express or implied warranty.
|
wolffd@0
|
52
|
wolffd@0
|
53 I disclaim all warranties with regard to this software, including all
|
wolffd@0
|
54 implied warranties of merchantability and fitness. In no event shall I
|
wolffd@0
|
55 be liable for any special, indirect or consequential damages or any
|
wolffd@0
|
56 damages whatsoever resulting from loss of use, data or profits,
|
wolffd@0
|
57 whether in an action of contract, negligence or other tortious action,
|
wolffd@0
|
58 arising out of or in connection with the use or performance of this
|
wolffd@0
|
59 software.
|
wolffd@0
|
60
|
wolffd@0
|
61 Zoubin Ghahramani Dec 17, 1996
|