IMP logo
IMP Reference Guide  develop.e004443c3b,2024/04/25
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/Pointer.h>
#include <IMP/doxygen_macros.h>
#include <IMP/object_macros.h>
#include <IMP/warning_macros.h>
#include <IMP/Object.h>
#include <IMP/types.h>
#include <IMP/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
 Base functionality and abstract base classes for representation, scoring and sampling.
 
 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-2022 IMP Inventors. All rights reserved.

Definition in file kmeans/KMeans.h.