mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-16 07:55:58 +00:00
Fix depth init in fit
This commit is contained in:
@@ -11,7 +11,7 @@ namespace mdlp {
|
||||
samples_t X;
|
||||
labels_t y;
|
||||
int depth, max_depth;
|
||||
size_t min_length;
|
||||
int min_length;
|
||||
Metrics metrics;
|
||||
cutPoints_t cutPoints;
|
||||
|
||||
|
Reference in New Issue
Block a user