Thrill  0.1
k-means_step1.cpp File Reference
#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...
 

Function Documentation

◆ main()

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().

◆ operator<<()

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.

◆ Process()