MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Classes | Namespaces | Enumerations | Variables
mdsFuzzyCMeans.h File Reference

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2006 by Michal Spanel
. More...

#include <MDSTk/Base/mdsGlobalLog.h>
#include <MDSTk/Base/mdsHasOptions.h>
#include <MDSTk/Math/mdsRandom.h>
#include <MDSTk/Math/mdsLogNum.h>
#include <MDSTk/Math/mdsMatrix.h>
#include <MDSTk/Math/mdsVector.h>
#include <MDSTk/Math/mdsGaussianFunc.h>
#include <MDSTk/Math/mdsMatrixFunctions.h>
#include <MDSTk/Math/mdsVectorFunctions.h>
#include <cmath>
#include "mdsFuzzyCMeans.hxx"

Classes

class  mds::math::CFuzzyCMeans< C, N >

Namespaces

namespace  mds
 

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel


namespace  mds::math
namespace  mds::math::FuzzyCMeans

Enumerations

enum  mds::math::FuzzyCMeans::EOptions { mds::math::FuzzyCMeans::LOGGING_ENABLED = 1 << 0, mds::math::FuzzyCMeans::DEFAULT_FLAGS = LOGGING_ENABLED }
 Flags which may be passed to the FCM algorithm. More...

Variables

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.

Detailed Description

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2006 by Michal Spanel
.

Authors: Michal Spanel, spanel@fit.vutbr.cz
Date: 2006/09/02

Id:
mdsFuzzyCMeans.h 2096 2012-02-16 19:34:46Z spanel

Description: