Learn R Programming

TSDT (version 1.0.8)

TSDT_Sample-class: TSDT_Sample

Description

TSDT_Sample is a container class containing the in-bag and out-of-bag data from a subsampled or bootstrapped dataset. This container class also contains a data.frame containing the parsed tree that is fit on the in-bag data.

Arguments

Value

Object of class TSDT_Sample

Slots

inbag

A data.frame containing in-bag data

oob

A data.frame containing out-of-bag data

subgroups

A data.frame containing a parsed tree

See Also

TSDT