BayesNet
1.0.7.
Bayesian Network and basic classifiers Library.
Loading...
Searching...
No Matches
Smoothing.h
1
// ***************************************************************
2
// SPDX-FileCopyrightText: Copyright 2024 Ricardo Montañana Gómez
3
// SPDX-FileType: SOURCE
4
// SPDX-License-Identifier: MIT
5
// ***************************************************************
6
7
#ifndef SMOOTHING_H
8
#define SMOOTHING_H
9
namespace
bayesnet {
10
enum class
Smoothing_t {
11
NONE = -1,
12
ORIGINAL = 0,
13
LAPLACE,
14
CESTNIK
15
};
16
}
17
#endif
// SMOOTHING_H
bayesnet
network
Smoothing.h
Generated by
1.12.0