Update version number

This commit is contained in:
2024-07-04 18:19:05 +02:00
parent e36d9af8f9
commit 1cf245fa49

View File

@@ -29,7 +29,7 @@ namespace mdlp {
void fit_t(const torch::Tensor& X_, const torch::Tensor& y_);
torch::Tensor transform_t(const torch::Tensor& X_);
torch::Tensor fit_transform_t(const torch::Tensor& X_, const torch::Tensor& y_);
static inline std::string version() { return "1.2.3"; };
static inline std::string version() { return "2.0.0"; };
protected:
labels_t discretizedData = labels_t();
cutPoints_t cutPoints; // At least two cutpoints must be provided, the first and the last will be ignored in transform