File: NEWS

package info (click to toggle)
r-cran-class 7.3-4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 224 kB
  • sloc: ansic: 375; makefile: 1
file content (14 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Software and datasets to support 'Modern Applied Statistics with S',
fourth edition, by W. N. Venables and B. D. Ripley.
Springer, 2002, ISBN 0-387-95457-0.

This file documents software changes since the third edition.


- fixed a bug in knn(use.all = FALSE)
- added SOM, batchSOM and ancillary functions.
- Bugfix in SOM (7.0-5)
- knn* and lvq* explicitly check for missing values in the inputs.
- knn1 was not handling ties correctly in some cases (but knn was).
- added check for user error in inputs in knn.cv.
- SOM segfaulted for 1D inputs.