mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-17 16:35:57 +00:00
Update Discretizer version
This commit is contained in:
@@ -22,7 +22,7 @@ namespace mdlp {
|
|||||||
}
|
}
|
||||||
return discretizedData;
|
return discretizedData;
|
||||||
};
|
};
|
||||||
static inline std::string version() { return "1.1.3"; };
|
static inline std::string version() { return "1.2.0"; };
|
||||||
protected:
|
protected:
|
||||||
labels_t discretizedData = labels_t();
|
labels_t discretizedData = labels_t();
|
||||||
cutPoints_t cutPoints;
|
cutPoints_t cutPoints;
|
||||||
|
Reference in New Issue
Block a user