Skip to content

mlpack 1.0.1

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

Released March 3rd, 2012.

  • Added kernel principal components analysis (kernel PCA), found in src/mlpack/methods/kernel_pca/ (#47).
  • Fix for Lovasz-Theta AugLagrangian tests (#188).
  • Fixes for allknn output (#191, #192).
  • Added range search executable (#198).
  • Adapted citations in documentation to BiBTeX; no citations in -h output (#201).
  • Stop use of 'const char*' and prefer 'std::string' (#183).
  • Support seeds for random numbers (#182).