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