Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (2d)  pkgsrc-2023Q4 (76d)  pkgsrc-2023Q2 (109d) 

2024-06-16 09:02:44 UTC Now

2013-08-15 09:34:23 UTC MAIN commitmail json YAML

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.

(wen)