NAMESPACE 1.82 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(get_field)
Guolin Ke's avatar
Guolin Ke committed
13
14
15
16
export(lgb.Dataset)
export(lgb.Dataset.construct)
export(lgb.Dataset.create.valid)
export(lgb.Dataset.save)
17
export(lgb.Dataset.set.categorical)
Guolin Ke's avatar
Guolin Ke committed
18
export(lgb.Dataset.set.reference)
19
export(lgb.configure_fast_predict)
20
export(lgb.convert_with_rules)
Guolin Ke's avatar
Guolin Ke committed
21
export(lgb.cv)
22
export(lgb.drop_serialized)
Guolin Ke's avatar
Guolin Ke committed
23
24
export(lgb.dump)
export(lgb.get.eval.result)
25
export(lgb.importance)
26
export(lgb.interprete)
Guolin Ke's avatar
Guolin Ke committed
27
export(lgb.load)
28
export(lgb.make_serializable)
29
export(lgb.model.dt.tree)
30
export(lgb.plot.importance)
31
export(lgb.plot.interpretation)
32
export(lgb.restore_handle)
Guolin Ke's avatar
Guolin Ke committed
33
34
35
export(lgb.save)
export(lgb.train)
export(lightgbm)
36
37
export(readRDS.lgb.Booster)
export(saveRDS.lgb.Booster)
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)