pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-e1071



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Aug 15 09:34:23 UTC 2013

Modified Files:
        pkgsrc/math/R-e1071: Makefile distinfo

Log Message:
Update to 1.6.1

Upstream changes:
Changes in version 1.6-1

write.matrix.csr() now accepts a fac argument similar to read.matrix.csr(), 
writing factor levels instead of the numeric codes.

naiveBayes() uses a numerically more stable formula for calculating the 
a-posterior probabilities.

predict.naiveBayes() now accepts data with predictors in an order different 
from the training data, and also ignores variables not in the model (especially 
the response variable).

svm() checks whether parameters which are passed to the C-code are set to NULL 
to avoid segfaults.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/R-e1071/Makefile \
    pkgsrc/math/R-e1071/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index