|
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. | |
| 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 425 of file Zoltan2_TaskMapping.hpp.
| Zoltan2::KMeansAlgorithm< IT, WT >::~KMeansAlgorithm | ( | ) | [inline] |
Definition at line 436 of file Zoltan2_TaskMapping.hpp.
| Zoltan2::KMeansAlgorithm< IT, WT >::KMeansAlgorithm | ( | int | dim_, |
| IT | numElements_, | ||
| WT ** | elementCoords_, | ||
| IT | required_elements_ | ||
| ) | [inline] |
KMeansAlgorithm Constructor.
Definition at line 444 of file Zoltan2_TaskMapping.hpp.
| void Zoltan2::KMeansAlgorithm< IT, WT >::kmeans | ( | ) | [inline] |
Definition at line 512 of file Zoltan2_TaskMapping.hpp.
| void Zoltan2::KMeansAlgorithm< IT, WT >::getMinDistanceCluster | ( | IT * | procPermutation | ) | [inline] |
Definition at line 538 of file Zoltan2_TaskMapping.hpp.
1.7.6.1