Build the decision tree recursively
(
data: &[(Vec<f64>, f64)],
feature_indices: &[usize],
max_depth: usize,
min_samples_split: usize,
current_depth: usize,
)
source not stored for this graph (policy: none)
no test coverage detected