|
jubatus_core
0.1.2
Jubatus: Online machine learning framework for distributed environment
|
#include "unlearner_factory.hpp"#include <string>#include "jubatus/util/lang/shared_ptr.h"#include "../common/exception.hpp"#include "lru_unlearner.hpp"#include "random_unlearner.hpp"
Go to the source code of this file.
Namespaces | |
| jubatus | |
| jubatus::core | |
| jubatus::core::unlearner | |
Functions | |
| shared_ptr< unlearner_base > | jubatus::core::unlearner::create_unlearner (const std::string &name, const common::jsonconfig::config &config) |
1.8.9.1