|
2 | 2 | Matlab implementation of the Bayesian Fuzzy Clustering algorithms. See related paper, doi: 10.1109/TFUZZ.2014.2370676 |
3 | 3 |
|
4 | 4 | *** |
5 | | -NOTE: If Bayesian Fuzzy Clustering is used in any publication or presentation, the following reference must be cited: |
6 | | - |
7 | | -Glenn, T.; Zare, A.; Gader, P., "Bayesian Fuzzy Clustering," IEEE Transactions on Fuzzy Systems, vol.23, no.5, pp.1545-1561 |
8 | | -doi: 10.1109/TFUZZ.2014.2370676 |
| 5 | +NOTE: If Bayesian Fuzzy Clustering is used in any publication or presentation, the following reference must be cited: |
| 6 | +<b>Glenn, T.; Zare, A.; Gader, P., "Bayesian Fuzzy Clustering," IEEE Transactions on Fuzzy Systems, vol.23, no.5, pp.1545-1561 |
| 7 | +doi: 10.1109/TFUZZ.2014.2370676</b> |
9 | 8 | *** |
10 | 9 |
|
11 | | -requirements: |
12 | | - This code uses the excellent Lightspeed and Fastfit toolboxes by Tom Minka: |
13 | | - Lightspeed toolbox - http://research.microsoft.com/en-us/um/people/minka/software/lightspeed/ |
14 | | - Fastfit toolbox - http://research.microsoft.com/en-us/um/people/minka/software/fastfit/ |
| 10 | +Requirements: |
| 11 | + This code uses the excellent Lightspeed and Fastfit toolboxes by Tom Minka: |
| 12 | + Lightspeed toolbox - http://research.microsoft.com/en-us/um/people/minka/software/lightspeed/ |
| 13 | + Fastfit toolbox - http://research.microsoft.com/en-us/um/people/minka/software/fastfit/ |
15 | 14 |
|
16 | | - This code also uses the Matlab Fuzzy Logic Toolbox for its fcm implementation |
| 15 | + This code also uses the Matlab Fuzzy Logic Toolbox for its fcm implementation |
17 | 16 |
|
18 | | -contents: |
| 17 | +Contents: |
19 | 18 |
|
20 | | -bfc/ % code for Bayesian Fuzzy Clustering MCMC sampler |
21 | | -|- bfc_params.m % generate default parameters structure |
22 | | -|- bfc_sampler.m % bayesian fuzzy clustering sampler |
23 | | -|- test.m % test script - run this |
| 19 | +bfc/ % code for Bayesian Fuzzy Clustering MCMC sampler |
| 20 | +|- bfc_params.m % generate default parameters structure |
| 21 | +|- bfc_sampler.m % bayesian fuzzy clustering sampler |
| 22 | +|- test.m % test script - run this |
24 | 23 |
|
25 | | -ibfc/ % code for Infinite Bayesian Fuzzy Clustering particle filter |
26 | | -|- ibfc_pf_params.m % generate defaults parameters structure |
27 | | -|- ibfc_pf.m % IBFC particle filter |
28 | | -|- u_update_ibfc.m % membership update function |
29 | | -|- c_update_ibfc.m % cluster prototype update function |
30 | | -|- ll_ibfc.m % ibfc log-likelihood evaluation function |
31 | | -|- test.m % test script - run this |
| 24 | +ibfc/ % code for Infinite Bayesian Fuzzy Clustering particle filter |
| 25 | +|- ibfc_pf_params.m % generate defaults parameters structure |
| 26 | +|- ibfc_pf.m % IBFC particle filter |
| 27 | +|- u_update_ibfc.m % membership update function |
| 28 | +|- c_update_ibfc.m % cluster prototype update function |
| 29 | +|- ll_ibfc.m % ibfc log-likelihood evaluation function |
| 30 | +|- test.m % test script - run this |
32 | 31 |
|
0 commit comments