File: NAMESPACE

package info (click to toggle)
r-cran-class 7.3-2-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 208 kB
  • ctags: 15
  • sloc: ansic: 375; makefile: 1
file content (10 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
useDynLib(class, .registration = TRUE)

export(batchSOM, condense, knn, knn.cv, knn1, lvq1, lvq2, lvq3, lvqinit,
       lvqtest, multiedit, olvq1, reduce.nn, SOM, somgrid)

importFrom(graphics, plot)
importFrom(stats, dist)

S3method(plot,SOM)
S3method(plot,somgrid)