File: NAMESPACE

package info (click to toggle)
r-cran-ranger 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,160 kB
  • sloc: cpp: 8,324; sh: 13; makefile: 5; ansic: 2
file content (33 lines) | stat: -rw-r--r-- 830 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
# Generated by roxygen2: do not edit by hand

S3method(as.data.frame,ranger.prediction)
S3method(deforest,ranger)
S3method(importance,ranger)
S3method(predict,ranger)
S3method(predict,ranger.forest)
S3method(predictions,ranger)
S3method(predictions,ranger.prediction)
S3method(print,deforest.ranger)
S3method(print,ranger)
S3method(print,ranger.forest)
S3method(print,ranger.prediction)
S3method(str,ranger)
S3method(str,ranger.forest)
S3method(timepoints,ranger)
S3method(timepoints,ranger.prediction)
export(csrf)
export(deforest)
export(getTerminalNodeIDs)
export(holdoutRF)
export(hshrink)
export(importance)
export(importance_pvalues)
export(predictions)
export(ranger)
export(timepoints)
export(treeInfo)
import(stats)
import(utils)
importFrom(Matrix,Matrix)
importFrom(Rcpp,evalCpp)
useDynLib(ranger, .registration = TRUE)