Fix depth init in fit

This commit is contained in:
2023-02-26 11:26:37 +01:00
parent 964555de20
commit 4a9664c4aa
3 changed files with 27 additions and 5 deletions

View File

@@ -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;