|
jubatus_core
0.1.2
Jubatus: Online machine learning framework for distributed environment
|
#include "converter_config.hpp"#include <map>#include <string>#include <vector>#include <sstream>#include "jubatus/util/text/json.h"#include "jubatus/util/lang/bind.h"#include "jubatus/util/lang/function.h"#include "binary_feature.hpp"#include "binary_feature_factory.hpp"#include "combination_feature.hpp"#include "combination_feature_factory.hpp"#include "combination_feature_impl.hpp"#include "except_match.hpp"#include "datum_to_fv_converter.hpp"#include "exception.hpp"#include "factory.hpp"#include "key_matcher.hpp"#include "key_matcher_factory.hpp"#include "num_feature.hpp"#include "num_feature_impl.hpp"#include "num_feature_factory.hpp"#include "num_filter.hpp"#include "num_filter_factory.hpp"#include "space_splitter.hpp"#include "string_feature_factory.hpp"#include "string_filter.hpp"#include "string_filter_factory.hpp"#include "without_split.hpp"
Go to the source code of this file.
Namespaces | |
| jubatus | |
| jubatus::core | |
| jubatus::core::fv_converter | |
Functions | |
| void | jubatus::core::fv_converter::initialize_converter (const converter_config &config, datum_to_fv_converter &conv, const factory_extender *ext) |
| jubatus::util::lang::shared_ptr< datum_to_fv_converter > | jubatus::core::fv_converter::make_fv_converter (const converter_config &config, const factory_extender *extender) |
1.8.9.1