Skip to contents

Returns a list where element `i` is the integer vector of row indices (1-based, with replacement) drawn into the bootstrap sample of tree `i`.

Usage

bag_samples(model)

Arguments

model

A pprf forest model.

Value

A list of integer vectors, one per tree.

See also