MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Enumerations | |
enum | EOptions { LOGGING_ENABLED = 1 << 0, DEFAULT_FLAGS = LOGGING_ENABLED } |
Flags which may be passed to the FCM algorithm. More... | |
Variables | |
const double | DEFAULT_WEIGHT = 1.5 |
Default weighting factor (>1). | |
const tSize | MAX_ITERS = 100 |
Maximal allowed number of iterations. | |
const double | MIN_CHANGE = 1.0e-6 |
Minimal required change of the objective function. |
const double mds::math::FuzzyCMeans::DEFAULT_WEIGHT = 1.5 |
Default weighting factor (>1).
const tSize mds::math::FuzzyCMeans::MAX_ITERS = 100 |
Maximal allowed number of iterations.
const double mds::math::FuzzyCMeans::MIN_CHANGE = 1.0e-6 |
Minimal required change of the objective function.