summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2014-11-23Bump PKGREVISION for hs-transformers-0.4.2.0szptvlfn2-3/+4
2014-11-13Update to KDE SC 4.14.3markd11-29/+58
2014-11-07Revbump after updating boostadam7-14/+14
2014-11-02Fix for build failure seen on Linux/gcc-4.7.cheusov3-2/+43
We have to enable -msse2 before checking for xmmintrin.h.
2014-11-01Update to 0.9wen3-20/+6
Upstream changes: Version 0.9 2013-12-10 Change LICENCE following advince from Kurt Hornik Version 0.8 2013-12-10 date stamp for CRAN submssion 2013-09-30 mv inst/doc vignettes rmdir inst Version 0.7 2013-09-27 Add MIT to LICENSE Version 0.6 2012-04-16 Change "integer gmax/50/" into "integer gmax, data gmax/50/" in lmm.f as suggested by Brook Milligan [mailto:brook@nmsu.edu] 2012-04-11 Revise example.Rd 2012-04-06 Include incomplete data in marijuana.rda Accommodate the change in example.Rd 2012-04-05 Fix typos and add title to Table 1 in lmm-tr.Rnw
2014-10-31Include example scripts, some of the are rather useful.cheusov4-3/+28
++pkgrevision.
2014-10-29+= crfsuitecheusov1-1/+2
2014-10-29CRFSuite is an implementation of Conditional Random Fields (CRFs) forcheusov9-0/+134
labeling sequential data. The first priority of this software is to train and use CRF models as fast as possible even at the expense of its memory space and code generality. CRFsuite runs 5.4 - 61.8 times faster than C++ implementations for training. CRFsuite supports parameter estimation with L1 regularization (Laplacian prior) using Orthant-Wise Limited-memory Quasi-Newton (OW-LQN) method and L2 regularization (Gaussian prior) using Limited-memory BFGS (L-BFGS) method.
2014-10-29+= liblbfgscheusov1-1/+2
2014-10-29This library is a C port of the implementation of Limited-memorycheusov6-0/+57
Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal. The original FORTRAN source code is available at: http://www.ece.northwestern.edu/~nocedal/lbfgs.html
2014-10-29+= libshorttextcheusov1-1/+2
2014-10-29LibShortText is an open source tool for short-text classification andcheusov5-0/+132
analysis. It can handle the classification of, for example, titles, questions, sentences, and short messages. Main features of LibShortText include * It is more efficient than general text-mining packages. On a typical computer, processing and training 10 million short texts takes only around half an hour. * The fast training and testing is built upon the linear classifier * LIBLINEAR * Default options often work well without tedious tuning. * An interactive tool for error analysis is included. Based on the property that each short text contains few words, LibShortText provides details in predicting each text.
2014-10-19Fix hardcoded paths to executables; ++pkgrevisioncheusov1-2/+12
2014-10-19+= liblinearcheusov1-1/+2
2014-10-19Add liblinear.cheusov4-0/+57
LIBLINEAR is a linear classifier for data with millions of instances and features. It supports L2-regularized classifiers L2-loss linear SVM, L1-loss linear SVM, and logistic regression (LR) L1-regularized classifiers (after version 1.4) L2-loss linear SVM and logistic regression (LR) L2-regularized support vector regression (after version 1.9) L2-loss linear SVR and L1-loss linear SVR. Main features of LIBLINEAR include Same data format as LIBSVM, our general-purpose SVM solver, and also similar usage Multi-class classification: 1) one-vs-the rest, 2) Crammer & Singer Cross validation for model selection Probability estimates (logistic regression only) Weights for unbalanced data MATLAB/Octave, Java, Python, Ruby interfaces
2014-10-19Add more utilities and files to libsvm packagecheusov2-3/+25
2014-10-18Bump PKGREVISION for hs-vector-0.10.12.1szptvlfn2-3/+4
2014-10-15Racy build.joerg1-1/+4
2014-10-09Revbump for ocaml 4.02.0.jaapb1-2/+2
(Some packages omitted because they will be updated to new versions)
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz13-39/+13
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz13-26/+13
2014-10-01Remove wxMaxima; wxmaxima replaces it.wiz1-2/+2
2014-10-01Import wxmaxima-14.09.0 as math/wxmaxima. The casing of the package namewiz4-0/+57
is finally consistent. This is a graphical UI for the computer algebra system maxima. Changes compared to math/wxMaxima: 14.09.0: Bugfixes and compatibility with wxGTK-3.x.
2014-09-29Requires zlib.jperkin1-1/+2
2014-09-25Fix PLIST for SunOS.fhajny2-7/+8
2014-09-24Replace WRAPPER_BINDIR reference with real path in generated file.jperkin1-1/+5
2014-09-23Don't include termcap.h on SunOS.jperkin2-1/+19
2014-09-23Remove TOOLS_DIR references from the generated pari.cfg.jperkin1-1/+7
2014-09-20Update to 3.1.1 and fix build with py-cython-0.20+.wiz3-6/+40
We are happy to announce PyTables 3.1.1. This is a bug-fix release that addresses a critical bug that make PyTables unusable on some platforms. What's new ========== - Fixed a critical bug that caused an exception at import time. The error was triggered when a bug in long-double detection is detected in the HDF5 library (see :issue:`275`) and numpy_ does not expose `float96` or `float128`. Closes :issue:`344`. - The internal Blosc_ library has been updated to version 1.3.5. This fixes a false buffer overrun condition that made c-blosc to fail, even if the problem was not real. As always, a large amount of bugs have been addressed and squashed as well.
2014-09-20- R-formatR.wiz1-2/+1
2014-09-20Move math/R-knitr to print/R-knitr.brook4-60/+1
Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-20Move math/R-evaluate to devel/R-evaluate and fix dependencies.brook5-28/+3
Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-20Move math/R-digest to security/R-digest and fix dependencies.brook5-43/+3
Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19Move math/R-markdown to textproc/R-markdown and fix dependencies.brook5-30/+4
Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19Move math/R-highr to textproc/R-highr and fix dependencies.brook5-27/+3
Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19Move math/R-stringr to textproc/R-stringr and fix dependencies.brook5-30/+3
Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19Fix dependency on R-Rcpp, which was moved from math/R-Rcpp to devel/R-Rcpp.brook1-2/+2
Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19Move math/R-Rcpp to devel/R-Rcpp.brook4-77/+0
Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19Move math/R-countrycode to geography/R-countrycode.brook4-25/+1
Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19Move math/R-mime to mail/R-mime.brook4-24/+1
Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19Move math/R-formatR to textproc/R-formatR and fix depending packages.brook5-29/+3
Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19Remove math/R-latticeExtra and switch dependency to reimported packagebrook5-27/+3
in graphics/R-latticeExtra. Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-14Update to 0.15.3szptvlfn3-10/+9
CHANGELOG: 0.15.3 ------ * `instance NFData a => NFData (NonEmpty a)` * Added `NFData` instances for the types in Data.Semigroup
2014-09-14Update to 0.3.3.1szptvlfn3-9/+8
changelog: 0.3.3.1 * Allow newer tasty, tasty-hunit and criterion
2014-09-13Bump PKGREVISION for hs-text-1.2.0.0szptvlfn2-4/+4
2014-09-05Bump PKGREVISION for hs-text-1.1.1.3szptvlfn3-3/+6
2014-09-04Update to 0.43wen2-7/+6
Upstream changes please visit: http://cpansearch.perl.org/src/DANAJ/Math-Prime-Util-0.43/Changes
2014-09-03Added R-knitr v1.6.brook1-1/+2
2014-09-03Initial revision of R-knitr v1.6.brook3-0/+58
This package provides a general-purpose tool for dynamic report generation in R, which can be used to deal with any type of (plain text) files, including Sweave, HTML, Markdown, reStructuredText, AsciiDoc, and Textile. R code is evaluated as if it were copied and pasted in an R terminal thanks to the evaluate package (e.g., we do not need to explicitly print() plots from ggplot2 or lattice). The language in code chunks is not restricted to R (there is simple support to Python and shell scripts, etc). Many features are borrowed from or inspired by Sweave, cacheSweave, pgfSweave, brew and decumar.
2014-09-03Added R-digest v0.6.4.brook1-1/+2