IMP  2.3.0
The Integrative Modeling Platform
kmeans/KMeans.h File Reference

an interface to k-means open source library (stored internally) More...

#include <IMP/kmeans/kmeans_config.h>
#include "IMP/kmeans/internal/KMlocal.h"
#include "IMP/kmeans/internal/KMdata.h"
#include "IMP/kmeans/internal/KMterm.h"
#include <IMP/base/Pointer.h>
#include <IMP/base/doxygen_macros.h>
#include <IMP/base/object_macros.h>
#include <IMP/base/warning_macros.h>
#include <IMP/base/Object.h>
#include <IMP/base/types.h>
#include <IMP/base/enums.h>
#include <cstdlib>
#include <iostream>
#include <string>
#include <string.h>
+ Include dependency graph for kmeans/KMeans.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::kmeans::KMeans
 

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::kmeans
 Interface to the GPL k-means clustering library
 

Enumerations

enum  IMP::kmeans::KM_ALG_TYPE { IMP::kmeans::KM_LLOYDS = 1, IMP::kmeans::KM_LOCAL_SWAP = 2, IMP::kmeans::KM_LOCAL_EZ_HYBRID = 3, IMP::kmeans::KM_HYBRID = 4 }
 

Detailed Description

an interface to k-means open source library (stored internally)

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file kmeans/KMeans.h.