Convenience function to train a decision tree and make predictions
( training_data: Vec<(Vec<f64>, f64)>, test_point: Vec<f64>, max_depth: usize, min_samples_split: usize, )
source not stored for this graph (policy: none)