jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Public Member Functions | Public Attributes | List of all members
jubatus::core::fv_converter::datum_to_fv_converter_impl::combination_feature_rule Struct Reference
Collaboration diagram for jubatus::core::fv_converter::datum_to_fv_converter_impl::combination_feature_rule:
Collaboration graph

Public Member Functions

 combination_feature_rule (const std::string &name, jubatus::util::lang::shared_ptr< key_matcher > matcher_left, jubatus::util::lang::shared_ptr< key_matcher > matcher_right, jubatus::util::lang::shared_ptr< combination_feature > feature_func)
 

Public Attributes

jubatus::util::lang::shared_ptr< combination_featurefeature_func_
 
jubatus::util::lang::shared_ptr< key_matchermatcher_left_
 
jubatus::util::lang::shared_ptr< key_matchermatcher_right_
 
std::string name_
 

Detailed Description

Definition at line 135 of file datum_to_fv_converter.cpp.

Constructor & Destructor Documentation

jubatus::core::fv_converter::datum_to_fv_converter_impl::combination_feature_rule::combination_feature_rule ( const std::string &  name,
jubatus::util::lang::shared_ptr< key_matcher matcher_left,
jubatus::util::lang::shared_ptr< key_matcher matcher_right,
jubatus::util::lang::shared_ptr< combination_feature feature_func 
)
inline

Definition at line 141 of file datum_to_fv_converter.cpp.

Member Data Documentation

jubatus::util::lang::shared_ptr<combination_feature> jubatus::core::fv_converter::datum_to_fv_converter_impl::combination_feature_rule::feature_func_
jubatus::util::lang::shared_ptr<key_matcher> jubatus::core::fv_converter::datum_to_fv_converter_impl::combination_feature_rule::matcher_left_
jubatus::util::lang::shared_ptr<key_matcher> jubatus::core::fv_converter::datum_to_fv_converter_impl::combination_feature_rule::matcher_right_
std::string jubatus::core::fv_converter::datum_to_fv_converter_impl::combination_feature_rule::name_

The documentation for this struct was generated from the following file: