N.boost.iter {GeDS}R Documentation

Extract Number of Boosting Iterations from a GeDSboost Object

Description

Method for N.boost.iter that returns the number of boosting iterations used in fitting a "GeDSboost" class object.

Usage

## S3 method for class 'GeDSboost'
N.boost.iter(object, ...)

Arguments

object

A "GeDSboost" class object.

...

Further arguments (ignored).

Value

An integer indicating the total number of boosting iterations.


[Package GeDS version 0.3.3 Index]