NAMESPACE 1.81 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
export(setLGBMthreads)
38
export(set_field)
Guolin Ke's avatar
Guolin Ke committed
39
export(slice)
Guolin Ke's avatar
Guolin Ke committed
40
import(methods)
41
42
importClassesFrom(Matrix,CsparseMatrix)
importClassesFrom(Matrix,RsparseMatrix)
43
44
45
46
importClassesFrom(Matrix,dgCMatrix)
importClassesFrom(Matrix,dgRMatrix)
importClassesFrom(Matrix,dsparseMatrix)
importClassesFrom(Matrix,dsparseVector)
47
importFrom(Matrix,Matrix)
Guolin Ke's avatar
Guolin Ke committed
48
importFrom(R6,R6Class)
49
importFrom(data.table,":=")
50
importFrom(data.table,as.data.table)
James Lamb's avatar
James Lamb committed
51
52
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
James Lamb's avatar
James Lamb committed
53
importFrom(data.table,set)
54
importFrom(data.table,setnames)
55
56
importFrom(data.table,setorder)
importFrom(data.table,setorderv)
James Lamb's avatar
James Lamb committed
57
58
importFrom(graphics,barplot)
importFrom(graphics,par)
James Lamb's avatar
James Lamb committed
59
60
importFrom(jsonlite,fromJSON)
importFrom(methods,is)
61
importFrom(methods,new)
62
importFrom(parallel,detectCores)
63
importFrom(stats,quantile)
64
importFrom(utils,modifyList)
65
importFrom(utils,read.delim)
James Lamb's avatar
James Lamb committed
66
useDynLib(lib_lightgbm , .registration = TRUE)