![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Predefined types for clustering algorithm. More...
#include <IPSDKUtil/BaseCollections.h>#include <IPSDKUtil/Tools/EnumMacros.h>#include <IPSDKMath/LinearAlgebra/LinearAlgebraTypes.h>#include <boost/shared_ptr.hpp>Go to the source code of this file.
Classes | |
| class | ipsdk::math::clustering::KernelKMeansClustering< KernelType > |
| class | ipsdk::math::clustering::SpectralClustering< KernelType > |
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::math | |
| Namespace agregating IPSDK mathematical routines and classes. | |
Typedefs | |
| typedef std::vector< Vector > | ipsdk::math::clustering::VectorColl |
| collection of vectors | |
| typedef boost::shared_ptr< KMeansClustering > | ipsdk::math::clustering::KMeansClusteringPtr |
| shared pointer to KMeansClustering class | |
| typedef boost::shared_ptr< const KMeansClustering > | ipsdk::math::clustering::KMeansClusteringConstPtr |
| shared pointer to const KMeansClustering class | |
Enumerations | |
| enum | ipsdk::math::clustering::eValidityIndexType { ipsdk::math::clustering::eVIT_Dunn, ipsdk::math::clustering::eVIT_DaviesBouldin, ipsdk::math::clustering::eVIT_RMSStd, ipsdk::math::clustering::eVIT_RS, ipsdk::math::clustering::eVIT_SD } |
| Enumerate describing a clustering validity indice type. More... | |
Predefined types for clustering algorithm.
Enumerate describing a clustering validity indice type.
1.8.14