Skip to content

mlpack 1.0.2

Compare
Choose a tag to compare
@rcurtin rcurtin released this 22 Dec 02:20
· 18866 commits to master since this release

Released August 12th, 2012.

  • Added density estimation trees, found in src/mlpack/methods/det/.
  • Added non-negative matrix factorization, found in src/mlpack/methods/nmf/.
  • Added experimental cover tree implementation, found in src/mlpack/core/tree/cover_tree/ (#156)
  • Better reporting of boost::program_options errors (#231).
  • Fix for timers on Windows (#218, #217).
  • Fix for allknn and allkfn output (#210).
  • Sparse coding dictionary initialization is now a template parameter (#226).