|
Thrill
0.1
|
#include <thrill/api/cache.hpp>#include <thrill/api/generate.hpp>#include <thrill/api/print.hpp>#include <ostream>#include <random>
Include dependency graph for k-means_step1.cpp:Go to the source code of this file.
Functions | |
| int | main () |
| [our main processing method] More... | |
| std::ostream & | operator<< (std::ostream &os, const Point &p) |
| [Point class] More... | |
| void | Process (thrill::Context &ctx) |
| [Point ostream] More... | |
| int main | ( | ) |
[our main processing method]
[Thrill Run launcher]
Definition at line 60 of file k-means_step1.cpp.
References Process(), and thrill::api::Run().
| std::ostream& operator<< | ( | std::ostream & | os, |
| const Point & | p | ||
| ) |
[Point class]
[Point ostream] make ostream-able for Print()
Definition at line 34 of file k-means_step1.cpp.
| void Process | ( | thrill::Context & | ctx | ) |
[Point ostream]
[our main processing method]
Definition at line 40 of file k-means_step1.cpp.
References thrill::api::Generate(), and DIA< ValueType_, Stack_ >::Print().
Referenced by main().