IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
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>
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 } |
an interface to k-means open source library (stored internally)
Copyright 2007-2020 IMP Inventors. All rights reserved.
Definition in file kmeans/KMeans.h.