jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Classes | Namespaces | Typedefs | Functions
types.hpp File Reference
#include <algorithm>
#include <string>
#include <utility>
#include <vector>
#include <msgpack.hpp>
#include "../common/type.hpp"
#include "../fv_converter/datum.hpp"
Include dependency graph for types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  jubatus::core::clustering::weighted_point
 

Namespaces

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

Typedefs

typedef std::vector< cluster_unit > jubatus::core::clustering::cluster_set
 
typedef std::vector< std::pair< cluster_weight, jubatus::core::fv_converter::datum > > jubatus::core::clustering::cluster_unit
 
typedef double jubatus::core::clustering::cluster_weight
 
typedef std::vector< std::pair< std::string, wplist > > jubatus::core::clustering::diff_t
 
typedef std::vector< common::sfv_t > jubatus::core::clustering::plist
 
typedef std::vector< weighted_point > jubatus::core::clustering::wplist
 

Functions

void jubatus::core::clustering::swap (weighted_point &p1, weighted_point &p2)