Type Alias gbdt::decision_tree::PredVec

source ·
pub type PredVec = Vec<ValueType>;
Expand description

The vector of the predicted values.

Aliased Type§

struct PredVec { /* private fields */ }