IMP  2.0.1
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/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 <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

namespace  IMP
 All IMP::kernel code is brought into the IMP namespace.
 
namespace  IMP::kmeans
 See IMP.kmeans Overview 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 }
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file kmeans/KMeans.h.