Skip to content

mlpack 1.0.8

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

Released January 6th, 2014.

  • Memory leak in NeighborSearch index-mapping code fixed.
  • GMMs can be trained using the existing model as a starting point by specifying an additional boolean parameter to GMM::Estimate().
  • Logistic regression implementation added in methods/logistic_regression.
  • Version information is now obtainable via mlpack::util::GetVersion() or the __MLPACK_VERSION_MAJOR, __MLPACK_VERSION_MINOR, and __MLPACK_VERSION_PATCH macros.
  • Fix typos in allkfn and allkrann output.