Deepboost-class {deepboost}R Documentation

An S4 class to represent a deepboost model.

Description

An S4 class to represent a deepboost model.

Slots

tree_depth

maximum depth for a single decision tree in the model

num_iter

number of iterations = number of trees in ensemble

beta

regularisation for scores (L1)

lambda

regularisation for tree depth

loss_type

"l" logistic, "e" exponential

verbose

print extra data while training TRUE / FALSE

examples

data.frame with instances used for model training

model

Deepboost model as used by C code serialised to R List

classes

a vector of factors representing the classes used for classification with this model


[Package deepboost version 0.1.6 Index]