|
Zoltan2
|
KMeansAlgorithm Class that performs clustering of the coordinates, and returns the closest set of coordinates. Useful to filter the processors, when there are more processors than needed. More...
#include <Zoltan2_TaskMapping.hpp>
Public Member Functions | |
| ~KMeansAlgorithm () | |
| KMeansAlgorithm (int dim_, IT numElements_, WT **elementCoords_, IT required_elements_) | |
| KMeansAlgorithm Constructor. More... | |
| void | kmeans () |
| void | getMinDistanceCluster (IT *procPermutation) |
KMeansAlgorithm Class that performs clustering of the coordinates, and returns the closest set of coordinates. Useful to filter the processors, when there are more processors than needed.
Definition at line 424 of file Zoltan2_TaskMapping.hpp.
|
inline |
Definition at line 435 of file Zoltan2_TaskMapping.hpp.
|
inline |
KMeansAlgorithm Constructor.
Definition at line 443 of file Zoltan2_TaskMapping.hpp.
|
inline |
Definition at line 511 of file Zoltan2_TaskMapping.hpp.
|
inline |
Definition at line 537 of file Zoltan2_TaskMapping.hpp.
1.8.11