2017-05-05 08:21:19 +03:00
|
|
|
# Generated by roxygen2: do not edit by hand
|
|
|
|
|
2017-01-08 04:13:36 +03:00
|
|
|
S3method("dimnames<-",lgb.Dataset)
|
|
|
|
S3method(dim,lgb.Dataset)
|
|
|
|
S3method(dimnames,lgb.Dataset)
|
2021-09-25 19:28:00 +03:00
|
|
|
S3method(get_field,lgb.Dataset)
|
2017-01-08 04:13:36 +03:00
|
|
|
S3method(predict,lgb.Booster)
|
2021-11-13 20:30:44 +03:00
|
|
|
S3method(print,lgb.Booster)
|
2021-09-25 19:28:00 +03:00
|
|
|
S3method(set_field,lgb.Dataset)
|
2021-11-13 20:30:44 +03:00
|
|
|
S3method(summary,lgb.Booster)
|
2023-12-08 02:03:16 +03:00
|
|
|
export(getLGBMthreads)
|
2021-09-25 19:28:00 +03:00
|
|
|
export(get_field)
|
2017-01-08 04:13:36 +03:00
|
|
|
export(lgb.Dataset)
|
|
|
|
export(lgb.Dataset.construct)
|
|
|
|
export(lgb.Dataset.create.valid)
|
|
|
|
export(lgb.Dataset.save)
|
2017-03-01 15:21:30 +03:00
|
|
|
export(lgb.Dataset.set.categorical)
|
2017-01-08 04:13:36 +03:00
|
|
|
export(lgb.Dataset.set.reference)
|
2022-08-23 21:15:18 +03:00
|
|
|
export(lgb.configure_fast_predict)
|
2020-08-01 20:14:56 +03:00
|
|
|
export(lgb.convert_with_rules)
|
2017-01-08 11:37:45 +03:00
|
|
|
export(lgb.cv)
|
2021-12-04 07:49:10 +03:00
|
|
|
export(lgb.drop_serialized)
|
2017-01-08 04:13:36 +03:00
|
|
|
export(lgb.dump)
|
|
|
|
export(lgb.get.eval.result)
|
2017-01-25 06:36:56 +03:00
|
|
|
export(lgb.importance)
|
2017-02-27 09:35:16 +03:00
|
|
|
export(lgb.interprete)
|
2017-01-08 04:13:36 +03:00
|
|
|
export(lgb.load)
|
2021-12-04 07:49:10 +03:00
|
|
|
export(lgb.make_serializable)
|
2017-01-24 11:10:35 +03:00
|
|
|
export(lgb.model.dt.tree)
|
2017-03-01 14:00:54 +03:00
|
|
|
export(lgb.plot.importance)
|
2017-03-03 03:44:14 +03:00
|
|
|
export(lgb.plot.interpretation)
|
2021-12-04 07:49:10 +03:00
|
|
|
export(lgb.restore_handle)
|
2017-01-08 04:13:36 +03:00
|
|
|
export(lgb.save)
|
2024-02-03 10:14:30 +03:00
|
|
|
export(lgb.slice.Dataset)
|
2017-01-08 04:13:36 +03:00
|
|
|
export(lgb.train)
|
|
|
|
export(lightgbm)
|
2023-12-08 02:03:16 +03:00
|
|
|
export(setLGBMthreads)
|
2021-09-25 19:28:00 +03:00
|
|
|
export(set_field)
|
2017-01-08 05:09:36 +03:00
|
|
|
import(methods)
|
2022-08-23 21:15:18 +03:00
|
|
|
importClassesFrom(Matrix,CsparseMatrix)
|
|
|
|
importClassesFrom(Matrix,RsparseMatrix)
|
2022-06-17 17:15:44 +03:00
|
|
|
importClassesFrom(Matrix,dgCMatrix)
|
|
|
|
importClassesFrom(Matrix,dgRMatrix)
|
|
|
|
importClassesFrom(Matrix,dsparseMatrix)
|
|
|
|
importClassesFrom(Matrix,dsparseVector)
|
2020-04-27 00:05:45 +03:00
|
|
|
importFrom(Matrix,Matrix)
|
2017-01-08 04:13:36 +03:00
|
|
|
importFrom(R6,R6Class)
|
2017-01-24 11:10:35 +03:00
|
|
|
importFrom(data.table,":=")
|
2018-08-31 20:53:46 +03:00
|
|
|
importFrom(data.table,as.data.table)
|
2018-08-28 00:29:06 +03:00
|
|
|
importFrom(data.table,data.table)
|
|
|
|
importFrom(data.table,rbindlist)
|
2018-03-16 08:26:05 +03:00
|
|
|
importFrom(data.table,set)
|
2018-08-31 20:53:46 +03:00
|
|
|
importFrom(data.table,setnames)
|
2019-09-29 07:05:12 +03:00
|
|
|
importFrom(data.table,setorder)
|
|
|
|
importFrom(data.table,setorderv)
|
2018-03-16 08:26:05 +03:00
|
|
|
importFrom(graphics,barplot)
|
|
|
|
importFrom(graphics,par)
|
2018-08-28 00:29:06 +03:00
|
|
|
importFrom(jsonlite,fromJSON)
|
|
|
|
importFrom(methods,is)
|
2022-06-17 17:15:44 +03:00
|
|
|
importFrom(methods,new)
|
2022-04-01 03:58:19 +03:00
|
|
|
importFrom(parallel,detectCores)
|
2018-08-31 20:53:46 +03:00
|
|
|
importFrom(stats,quantile)
|
2021-08-25 17:48:05 +03:00
|
|
|
importFrom(utils,modifyList)
|
2020-01-20 22:35:49 +03:00
|
|
|
importFrom(utils,read.delim)
|
2024-05-01 20:55:33 +03:00
|
|
|
useDynLib(lightgbm , .registration = TRUE)
|