Rename OLD_LAPLACE to ORIGINAL
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
namespace bayesnet {
|
||||
enum class Smoothing_t {
|
||||
NONE = -1,
|
||||
OLD_LAPLACE = 0,
|
||||
ORIGINAL = 0,
|
||||
LAPLACE,
|
||||
CESTNIK
|
||||
};
|
||||
|
Reference in New Issue
Block a user