|
jubatus_core
0.1.2
Jubatus: Online machine learning framework for distributed environment
|
#include "nearest_neighbor_factory.hpp"#include <map>#include <string>#include "../common/exception.hpp"#include "../common/jsonconfig.hpp"#include "nearest_neighbor.hpp"
Go to the source code of this file.
Namespaces | |
| jubatus | |
| jubatus::core | |
| jubatus::core::nearest_neighbor | |
Functions | |
| shared_ptr< nearest_neighbor_base > | jubatus::core::nearest_neighbor::create_nearest_neighbor (const std::string &name, const common::jsonconfig::config &config, shared_ptr< storage::column_table > table, const std::string &id) |
1.8.9.1