NAMESPACE 1.86 KB
Newer Older
Guolin Ke's avatar
Guolin Ke committed
1
2
# Generated by roxygen2: do not edit by hand

Guolin Ke's avatar
Guolin Ke committed
3
4
5
S3method("dimnames<-",lgb.Dataset)
S3method(dim,lgb.Dataset)
S3method(dimnames,lgb.Dataset)
6
S3method(get_field,lgb.Dataset)
Guolin Ke's avatar
Guolin Ke committed
7
S3method(predict,lgb.Booster)
8
S3method(print,lgb.Booster)
9
S3method(set_field,lgb.Dataset)
Guolin Ke's avatar
Guolin Ke committed
10
S3method(slice,lgb.Dataset)
11
S3method(summary,lgb.Booster)
12
export(getLGBMthreads)
13
export(get_field)
Guolin Ke's avatar
Guolin Ke committed
14
15
16
17
export(lgb.Dataset)
export(lgb.Dataset.construct)
export(lgb.Dataset.create.valid)
export(lgb.Dataset.save)
18
export(lgb.Dataset.set.categorical)
Guolin Ke's avatar
Guolin Ke committed
19
export(lgb.Dataset.set.reference)
20
export(lgb.configure_fast_predict)
21
export(lgb.convert_with_rules)
Guolin Ke's avatar
Guolin Ke committed
22
export(lgb.cv)
23
export(lgb.drop_serialized)
Guolin Ke's avatar
Guolin Ke committed
24
25
export(lgb.dump)
export(lgb.get.eval.result)
26
export(lgb.importance)
27
export(lgb.interprete)
Guolin Ke's avatar
Guolin Ke committed
28
export(lgb.load)
29
export(lgb.make_serializable)
30
export(lgb.model.dt.tree)
31
export(lgb.plot.importance)
32
export(lgb.plot.interpretation)
33
export(lgb.restore_handle)
Guolin Ke's avatar
Guolin Ke committed
34
35
36
export(lgb.save)
export(lgb.train)
export(lightgbm)
37
38
export(readRDS.lgb.Booster)
export(saveRDS.lgb.Booster)
39
export(setLGBMthreads)
40
export(set_field)
Guolin Ke's avatar
Guolin Ke committed
41
export(slice)
Guolin Ke's avatar
Guolin Ke committed
42
import(methods)
43
44
importClassesFrom(Matrix,CsparseMatrix)
importClassesFrom(Matrix,RsparseMatrix)
45
46
47
48
importClassesFrom(Matrix,dgCMatrix)
importClassesFrom(Matrix,dgRMatrix)
importClassesFrom(Matrix,dsparseMatrix)
importClassesFrom(Matrix,dsparseVector)
49
importFrom(Matrix,Matrix)
Guolin Ke's avatar
Guolin Ke committed
50
importFrom(R6,R6Class)
51
importFrom(data.table,":=")
52
importFrom(data.table,as.data.table)
James Lamb's avatar
James Lamb committed
53
54
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
James Lamb's avatar
James Lamb committed
55
importFrom(data.table,set)
56
importFrom(data.table,setnames)
57
58
importFrom(data.table,setorder)
importFrom(data.table,setorderv)
James Lamb's avatar
James Lamb committed
59
60
importFrom(graphics,barplot)
importFrom(graphics,par)
James Lamb's avatar
James Lamb committed
61
62
importFrom(jsonlite,fromJSON)
importFrom(methods,is)
63
importFrom(methods,new)
64
importFrom(parallel,detectCores)
65
importFrom(stats,quantile)
66
importFrom(utils,modifyList)
67
importFrom(utils,read.delim)
James Lamb's avatar
James Lamb committed
68
useDynLib(lib_lightgbm , .registration = TRUE)