Skip to content

Releases: UDLF/UDLF

v1.60

11 Aug 19:54
Compare
Choose a tag to compare
  • Bug fixes

v1.58: More features and fixes

19 May 21:31
Compare
Choose a tag to compare

New features:

  • Add automatic input file format detection.

Fixes:

  • Fix CONTEXTRR method;
  • Fix RDPAC for matrix input;
  • Fix BFSTREE for matrix input.

v1.55: New features and fixes

28 Mar 00:41
Compare
Choose a tag to compare
  • The user can compute multiple recalls at once;
  • Dataset size is now long int, which avoids memory corruption (wrong indexing) for larger datasets.

v1.50: RDPAC is now available

23 Feb 11:48
Compare
Choose a tag to compare

The RDPAC (Rank-based Diffusion Process with Assured Convergence) re-ranking algorithm is now available in UDLF. Enjoy!

Rank-based Diffusion Process with Assured Convergence (RDPAC) is presented in the paper:
PEDRONETTE, D. C. G.; VALEM, L. P.; LATECKI, L. J. .
"Efficient Rank-based Diffusion Process with Assured Convergence."
Journal of Imaging (ISSN 2313-433X).
https://doi.org/10.3390/jimaging7030049

v1.40: BFSTree is now available

14 Oct 16:25
Compare
Choose a tag to compare

The BFSTree re-ranking algorithm is now available in UDLF. Enjoy!
DOI: https://doi.org/10.1016/j.patcog.2020.107666

v1.20: LHRR is now available

20 Mar 21:17
Compare
Choose a tag to compare

The Log-based Hypergraph of Ranking References (LHRR) is now available in UDLF. Enjoy!
DOI: http://doi.org/10.1109/TIP.2019.2920526

v1.02: Fix possible segmentation fault in validation process

11 Aug 18:08
Compare
Choose a tag to compare

Bug fix:

  • If the user hasn't declared a parameter in the configuration file, the program could crash when trying to set it to the default value. This bug could be reproduced when the binary was compiled with earlier versions of the G++ compiler (4.8.4, for example).

v1.01: Embed internal configuration files into binary

04 Aug 16:36
Compare
Choose a tag to compare

The internal configuration files are now embedded into the binary at compile time. As an advantage, the binary can be executed from any directory.

v1.00

01 Apr 02:20
Compare
Choose a tag to compare

A Stable Release of the Unsupervised Distance Learning Framework