mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-17 16:35:57 +00:00
make public min_length for tests
This commit is contained in:
@@ -11,7 +11,6 @@ namespace mdlp {
|
|||||||
samples_t X;
|
samples_t X;
|
||||||
labels_t y;
|
labels_t y;
|
||||||
int depth, max_depth;
|
int depth, max_depth;
|
||||||
int min_length;
|
|
||||||
Metrics metrics;
|
Metrics metrics;
|
||||||
cutPoints_t cutPoints;
|
cutPoints_t cutPoints;
|
||||||
|
|
||||||
@@ -21,6 +20,7 @@ namespace mdlp {
|
|||||||
size_t getCandidate(size_t, size_t);
|
size_t getCandidate(size_t, size_t);
|
||||||
pair<precision_t, size_t> valueCutPoint(size_t, size_t, size_t);
|
pair<precision_t, size_t> valueCutPoint(size_t, size_t, size_t);
|
||||||
public:
|
public:
|
||||||
|
int min_length;
|
||||||
CPPFImdlp();
|
CPPFImdlp();
|
||||||
CPPFImdlp(int, int);
|
CPPFImdlp(int, int);
|
||||||
~CPPFImdlp();
|
~CPPFImdlp();
|
||||||
|
Reference in New Issue
Block a user