* [R] xgb.save must work when handle in nil but raw exists * [R] print.xgb.Booster should still print other info when handle is nil * [R] rename internal function xgb.Booster to xgb.Booster.handle to make its intent clear * [R] rename xgb.Booster.check to xgb.Booster.complete and make it visible; more docs * [R] storing evaluation_log should depend only on watchlist, not on verbose * [R] reduce the excessive chattiness of unit tests * [R] only disable some tests in windows when it's not 64-bit * [R] clean-up xgb.DMatrix * [R] test xgb.DMatrix loading from libsvm text file * [R] store feature_names in xgb.Booster, use them from utility functions * [R] remove non-functional co-occurence computation from xgb.importance * [R] verbose=0 is enough without a callback * [R] added forgotten xgb.Booster.complete.Rd; cran check fixes * [R] update installation instructions
80 lines
2.1 KiB
Plaintext
80 lines
2.1 KiB
Plaintext
# Generated by roxygen2: do not edit by hand
|
|
|
|
S3method("[",xgb.DMatrix)
|
|
S3method("dimnames<-",xgb.DMatrix)
|
|
S3method(dim,xgb.DMatrix)
|
|
S3method(dimnames,xgb.DMatrix)
|
|
S3method(getinfo,xgb.DMatrix)
|
|
S3method(predict,xgb.Booster)
|
|
S3method(predict,xgb.Booster.handle)
|
|
S3method(print,xgb.Booster)
|
|
S3method(print,xgb.DMatrix)
|
|
S3method(print,xgb.cv.synchronous)
|
|
S3method(setinfo,xgb.DMatrix)
|
|
S3method(slice,xgb.DMatrix)
|
|
export("xgb.attr<-")
|
|
export("xgb.attributes<-")
|
|
export("xgb.parameters<-")
|
|
export(cb.cv.predict)
|
|
export(cb.early.stop)
|
|
export(cb.evaluation.log)
|
|
export(cb.print.evaluation)
|
|
export(cb.reset.parameters)
|
|
export(cb.save.model)
|
|
export(getinfo)
|
|
export(setinfo)
|
|
export(slice)
|
|
export(xgb.Booster.complete)
|
|
export(xgb.DMatrix)
|
|
export(xgb.DMatrix.save)
|
|
export(xgb.attr)
|
|
export(xgb.attributes)
|
|
export(xgb.create.features)
|
|
export(xgb.cv)
|
|
export(xgb.dump)
|
|
export(xgb.ggplot.deepness)
|
|
export(xgb.ggplot.importance)
|
|
export(xgb.importance)
|
|
export(xgb.load)
|
|
export(xgb.model.dt.tree)
|
|
export(xgb.plot.deepness)
|
|
export(xgb.plot.importance)
|
|
export(xgb.plot.multi.trees)
|
|
export(xgb.plot.tree)
|
|
export(xgb.save)
|
|
export(xgb.save.raw)
|
|
export(xgb.train)
|
|
export(xgboost)
|
|
import(methods)
|
|
importClassesFrom(Matrix,dgCMatrix)
|
|
importClassesFrom(Matrix,dgeMatrix)
|
|
importFrom(Matrix,cBind)
|
|
importFrom(Matrix,colSums)
|
|
importFrom(Matrix,sparse.model.matrix)
|
|
importFrom(Matrix,sparseVector)
|
|
importFrom(data.table,":=")
|
|
importFrom(data.table,as.data.table)
|
|
importFrom(data.table,data.table)
|
|
importFrom(data.table,is.data.table)
|
|
importFrom(data.table,rbindlist)
|
|
importFrom(data.table,setkey)
|
|
importFrom(data.table,setkeyv)
|
|
importFrom(data.table,setnames)
|
|
importFrom(graphics,barplot)
|
|
importFrom(graphics,grid)
|
|
importFrom(graphics,par)
|
|
importFrom(graphics,title)
|
|
importFrom(magrittr,"%>%")
|
|
importFrom(stats,median)
|
|
importFrom(stats,predict)
|
|
importFrom(stringi,stri_detect_regex)
|
|
importFrom(stringi,stri_match_first_regex)
|
|
importFrom(stringi,stri_replace_all_regex)
|
|
importFrom(stringi,stri_replace_first_regex)
|
|
importFrom(stringi,stri_split_regex)
|
|
importFrom(utils,head)
|
|
importFrom(utils,object.size)
|
|
importFrom(utils,str)
|
|
importFrom(utils,tail)
|
|
useDynLib(xgboost)
|