mlpack v1.0.8 Release Notes

  • 2014-01-06
    • Memory leak in NeighborSearch index-mapping code fixed (#298).

    • GMMs can be trained using the existing model as a starting point by specifying an additional boolean parameter to GMM::Estimate() (#296).

    • Logistic regression implementation added in methods/logistic_regression (see also #293).

    • L-BFGS optimizer now returns its function via Function().

    • Version information is now obtainable via mlpack::util::GetVersion() or the __MLPACK_VERSION_MAJOR, __MLPACK_VERSION_MINOR, and __MLPACK_VERSION_PATCH macros (#297).

    • Fix typos in allkfn and allkrann output.