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::string_feature_rule Struct Reference
Collaboration diagram for jubatus::core::fv_converter::datum_to_fv_converter_impl::string_feature_rule:
Collaboration graph

Public Member Functions

 string_feature_rule (const std::string &name, jubatus::util::lang::shared_ptr< key_matcher > matcher, jubatus::util::lang::shared_ptr< string_feature > splitter, const std::vector< splitter_weight_type > &weights)
 

Public Attributes

jubatus::util::lang::shared_ptr< key_matchermatcher_
 
std::string name_
 
jubatus::util::lang::shared_ptr< string_featuresplitter_
 
std::vector< splitter_weight_typeweights_
 

Detailed Description

Definition at line 87 of file datum_to_fv_converter.cpp.

Constructor & Destructor Documentation

jubatus::core::fv_converter::datum_to_fv_converter_impl::string_feature_rule::string_feature_rule ( const std::string &  name,
jubatus::util::lang::shared_ptr< key_matcher matcher,
jubatus::util::lang::shared_ptr< string_feature splitter,
const std::vector< splitter_weight_type > &  weights 
)
inline

Member Data Documentation

jubatus::util::lang::shared_ptr<key_matcher> jubatus::core::fv_converter::datum_to_fv_converter_impl::string_feature_rule::matcher_
std::string jubatus::core::fv_converter::datum_to_fv_converter_impl::string_feature_rule::name_
jubatus::util::lang::shared_ptr<string_feature> jubatus::core::fv_converter::datum_to_fv_converter_impl::string_feature_rule::splitter_
std::vector<splitter_weight_type> jubatus::core::fv_converter::datum_to_fv_converter_impl::string_feature_rule::weights_

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