Learn R Programming

h2o (version 2.8.4.4)

H2OGBMModel-class: Class "H2OGBMModel"

Description

A class for representing generalized boosted classification/regression models.

Arguments

Objects from the Class

Objects can be created by calls of the form new("H2OGBMModel", ...).

Extends

Class "H2OModel", directly.

See Also

h2o.gbm

Examples

Run this code
showClass("H2OGBMModel")

Run the code above in your browser using DataLab