jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Classes | Namespaces | Functions
window_intersection.hpp File Reference
#include <stdint.h>
#include <algorithm>
#include <utility>
#include <vector>
#include <limits>
#include <msgpack.hpp>
#include "jubatus/util/lang/shared_ptr.h"
#include "input_window.hpp"
#include "../framework/mixable_helper.hpp"
Include dependency graph for window_intersection.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jubatus::core::burst::intersection_helper
 

Namespaces

 jubatus
 
 jubatus::core
 
 jubatus::core::burst
 

Functions

template<class W1 , class W2 >
std::pair< int, int > jubatus::core::burst::get_intersection (const W1 &w1, const W2 &w2)
 
bool jubatus::core::burst::window_position_near (double pos0, double pos1, double batch_interval)