jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Namespaces | Functions
testutil.hpp File Reference
#include <string>
#include <vector>
#include <ctime>
#include "jubatus/util/lang/cast.h"
#include "jubatus/util/math/random.h"
#include "../common/type.hpp"
#include "clustering.hpp"
#include "types.hpp"
Include dependency graph for testutil.hpp:

Go to the source code of this file.

Namespaces

 jubatus
 
 jubatus::core
 
 jubatus::core::clustering
 

Functions

weighted_point jubatus::core::clustering::get_point (size_t d)
 
weighted_point jubatus::core::clustering::get_point (size_t d, const std::vector< double > &c)
 
std::vector< weighted_point > jubatus::core::clustering::get_points (size_t n, size_t d)
 
std::vector< weighted_point > jubatus::core::clustering::get_points (size_t n, size_t d, const std::vector< double > &c)