Home
last modified time | relevance | path

Searched refs:rel_to_first (Results 1 – 6 of 6) sorted by relevance

/dports/misc/py-xgboost/xgboost-1.5.1/R-package/man/
H A Dxgb.plot.importance.Rd12 rel_to_first = FALSE,
21 rel_to_first = FALSE,
36 \item{rel_to_first}{whether importance values should be represented as relative to the highest rank…
68 When \code{rel_to_first = FALSE}, the values would be plotted as they were in \code{importance_matr…
71 For linear models, \code{rel_to_first = FALSE} would show actual values of the coefficients.
72 Setting \code{rel_to_first = TRUE} allows to see the picture from the perspective of
86 xgb.plot.importance(importance_matrix, rel_to_first = TRUE, xlab = "Relative importance")
88 (gg <- xgb.ggplot.importance(importance_matrix, measure = "Frequency", rel_to_first = TRUE))
/dports/misc/xgboost/xgboost-1.5.1/R-package/man/
H A Dxgb.plot.importance.Rd12 rel_to_first = FALSE,
21 rel_to_first = FALSE,
36 \item{rel_to_first}{whether importance values should be represented as relative to the highest rank…
68 When \code{rel_to_first = FALSE}, the values would be plotted as they were in \code{importance_matr…
71 For linear models, \code{rel_to_first = FALSE} would show actual values of the coefficients.
72 Setting \code{rel_to_first = TRUE} allows to see the picture from the perspective of
86 xgb.plot.importance(importance_matrix, rel_to_first = TRUE, xlab = "Relative importance")
88 (gg <- xgb.ggplot.importance(importance_matrix, measure = "Frequency", rel_to_first = TRUE))
/dports/misc/py-xgboost/xgboost-1.5.1/R-package/R/
H A Dxgb.plot.importance.R62rel_to_first = FALSE, left_margin = 10, cex = NULL, plot = TRUE, ...) { argument
94 if (rel_to_first) {
H A Dxgb.ggplot.R7 rel_to_first = FALSE, n_clusters = c(1:10), ...) { argument
10 rel_to_first = rel_to_first, plot = FALSE, ...)
/dports/misc/xgboost/xgboost-1.5.1/R-package/R/
H A Dxgb.plot.importance.R62rel_to_first = FALSE, left_margin = 10, cex = NULL, plot = TRUE, ...) { argument
94 if (rel_to_first) {
H A Dxgb.ggplot.R7 rel_to_first = FALSE, n_clusters = c(1:10), ...) { argument
10 rel_to_first = rel_to_first, plot = FALSE, ...)