Skip to content

Commit cdff97b

Browse files
committed
Update README.md
1 parent 4192dda commit cdff97b

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

README.md

+20-21
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,30 @@
22
Matlab implementation of the Bayesian Fuzzy Clustering algorithms. See related paper, doi: 10.1109/TFUZZ.2014.2370676
33

44
***
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>
98
***
109

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/
1514

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
1716

18-
contents:
17+
Contents:
1918

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
2423

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
3231

0 commit comments

Comments
 (0)