Type Alias gbdt::decision_tree::DataVec

source ·
pub type DataVec = Vec<Data>;
Expand description

The vector of the samples

Aliased Type§

struct DataVec { /* private fields */ }