show.XGBoostSolver: Show the XGBoost Solver

show,XGBoostSolver-methodR Documentation

Show the XGBoost Solver

Description

Show the XGBoost Solver

Usage

## S4 method for signature 'XGBoostSolver'
show(object)

Arguments

object

An object of the class XGBoostSolver

Value

A truncated view of the supplied object

Examples

load(system.file(package="trena", "extdata/ampAD.154genes.mef2cTFs.278samples.RData"))
target.gene <- "MEF2C"
tfs <- setdiff(rownames(mtx.sub), target.gene)
XGBoost.solver <- XGBoostSolver(mtx.sub, target.gene, tfs)
show(XGBoost.solver)

PriceLab/TReNA documentation built on March 21, 2023, 1:57 p.m.