File: NAMESPACE

package info (click to toggle)
e1071 1.5-16-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 896 kB
  • ctags: 258
  • sloc: cpp: 2,684; ansic: 908; sh: 26; makefile: 1
file content (57 lines) | stat: -rw-r--r-- 1,552 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
useDynLib(e1071)

import(graphics)
import(stats)
import(grDevices)

importFrom(class, knn, knn1)
if(getRversion() >= "2.5.0")
    importFrom(utils, write.table)

export(ddiscrete, pdiscrete, qdiscrete, rdiscrete, bclust,
       hclust.bclust, centers.bclust, clusters.bclust, bincombinations,
       bootstrap.lca, classAgreement, cmeans, countpattern, cshell,
       element, fclustIndex, hamming.distance, hamming.window,
       hanning.window, ica, impute, interpolate, kurtosis, lca,
       matchControls, matchClasses, compareMatchedClasses, moment,
       naiveBayes, permutations, rbridge, read.matrix.csr,
       write.matrix.csr, rectangle.window, rwiener, allShortestPaths,
       extractPath, sigmoid, dsigmoid, d2sigmoid, skewness, stft, svm,
       tune, tune.control, write.svm, probplot, hsv_palette)

exportPattern("tune\\..+", "best\\..+")

S3method(boxplot, bclust)

S3method(lines, probplot)

S3method(naiveBayes, default)
S3method(naiveBayes, formula)

S3method(summary, lca)
S3method(summary, svm)
S3method(summary, tune)

S3method(plot, bclust)
S3method(plot, ica)
S3method(plot, stft)
S3method(plot, svm)
S3method(plot, tune)

S3method(predict, lca)         
S3method(predict, naiveBayes)         
S3method(predict, svm)

S3method(print, bootstrap.lca)
S3method("print", "fclust")
S3method(print, ica)
S3method(print, lca)
S3method(print, summary.lca)
S3method(print, naiveBayes)
S3method(print, svm)
S3method(print, summary.svm)
S3method(print, tune)
S3method(print, summary.tune)

S3method(svm, default)
S3method(svm, formula)