IMP
2.2.1
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/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>
Go to the source code of this file.
Classes | |
class | IMP::kmeans::KMeans |
Namespaces | |
IMP | |
All IMP::kernel code is brought into the IMP namespace. | |
IMP::kmeans | |
See IMP.kmeans for more information. | |
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 } |
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file kmeans/KMeans.h.