MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Enumerations | Variables
mds::math::FuzzyCMeans Namespace Reference

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.

Enumeration Type Documentation

Flags which may be passed to the FCM algorithm.

Enumerator:
LOGGING_ENABLED 

Enables advanced logging.

DEFAULT_FLAGS 

Default flags.


Variable Documentation

Default weighting factor (>1).

Maximal allowed number of iterations.

const double mds::math::FuzzyCMeans::MIN_CHANGE = 1.0e-6

Minimal required change of the objective function.