| add_preprocessor(CPreprocessor *p) | CFeatures | virtual | 
  | add_subset(SGVector< index_t > subset) | CFeatures | virtual | 
  | add_subset_in_place(SGVector< index_t > subset) | CFeatures | virtual | 
  | add_to_dense_vec(float64_t alpha, int32_t vec_idx1, float64_t *vec2, int32_t vec2_len, bool abs_val=false) | CHashedWDFeatures | virtual | 
  | alphabet_size | CHashedWDFeatures | protected | 
  | benchmark_add_to_dense_vector(int32_t repeats=5) | CDotFeatures |  | 
  | benchmark_dense_dot_range(int32_t repeats=5) | CDotFeatures |  | 
  | build_gradient_parameter_dictionary(CMap< TParameter *, CSGObject * > *dict) | CSGObject |  | 
  | CDotFeatures(int32_t size=0) | CDotFeatures |  | 
  | CDotFeatures(const CDotFeatures &orig) | CDotFeatures |  | 
  | CDotFeatures(CFile *loader) | CDotFeatures |  | 
  | CFeatures(int32_t size=0) | CFeatures |  | 
  | CFeatures(const CFeatures &orig) | CFeatures |  | 
  | CFeatures(CFile *loader) | CFeatures |  | 
  | CHashedWDFeatures() | CHashedWDFeatures |  | 
  | CHashedWDFeatures(CStringFeatures< uint8_t > *str, int32_t start_order, int32_t order, int32_t from_order, int32_t hash_bits=12) | CHashedWDFeatures |  | 
  | CHashedWDFeatures(const CHashedWDFeatures &orig) | CHashedWDFeatures |  | 
  | check_feature_compatibility(CFeatures *f) const | CFeatures |  | 
  | clean_preprocessors() | CFeatures |  | 
  | clone() | CSGObject | virtual | 
  | combined_weight | CDotFeatures | protected | 
  | compute_cov(CDotFeatures *lhs, CDotFeatures *rhs) | CDotFeatures | static | 
  | copy_dimension_subset(SGVector< index_t > dims) | CFeatures | virtual | 
  | copy_subset(SGVector< index_t > indices) | CFeatures | virtual | 
  | create_merged_copy(CList *others) | CFeatures | virtual | 
  | create_merged_copy(CFeatures *other) | CFeatures | virtual | 
  | CSGObject() | CSGObject |  | 
  | CSGObject(const CSGObject &orig) | CSGObject |  | 
  | deep_copy() const | CSGObject | virtual | 
  | degree | CHashedWDFeatures | protected | 
  | del_preprocessor(int32_t num) | CFeatures | virtual | 
  | dense_dot(int32_t vec_idx1, const float64_t *vec2, int32_t vec2_len) | CHashedWDFeatures | virtual | 
  | dense_dot_range(float64_t *output, int32_t start, int32_t stop, float64_t *alphas, float64_t *vec, int32_t dim, float64_t b) | CDotFeatures | virtual | 
  | dense_dot_range_helper(void *p) | CDotFeatures | static | 
  | dense_dot_range_subset(int32_t *sub_index, int32_t num, float64_t *output, float64_t *alphas, float64_t *vec, int32_t dim, float64_t b) | CDotFeatures | virtual | 
  | dense_dot_sgvec(int32_t vec_idx1, const SGVector< float64_t > vec2) | CDotFeatures | virtual | 
  | display_progress(int32_t start, int32_t stop, int32_t v) | CDotFeatures | protected | 
  | dot(int32_t vec_idx1, CDotFeatures *df, int32_t vec_idx2) | CHashedWDFeatures | virtual | 
  | duplicate() const | CHashedWDFeatures | virtual | 
  | equals(CSGObject *other, float64_t accuracy=0.0, bool tolerant=false) | CSGObject | virtual | 
  | free_feature_iterator(void *iterator) | CHashedWDFeatures | virtual | 
  | from_degree | CHashedWDFeatures | protected | 
  | get_cache_size() const | CFeatures |  | 
  | get_combined_feature_weight() | CDotFeatures |  | 
  | get_computed_dot_feature_matrix() | CDotFeatures |  | 
  | get_computed_dot_feature_vector(int32_t num) | CDotFeatures |  | 
  | get_cov() | CDotFeatures | virtual | 
  | get_dim_feature_space() const | CHashedWDFeatures | virtual | 
  | get_feature_class() const | CHashedWDFeatures | virtual | 
  | get_feature_class_compatibility(EFeatureClass rhs) const | CFeatures | virtual | 
  | get_feature_iterator(int32_t vector_index) | CHashedWDFeatures | virtual | 
  | get_feature_type() const | CHashedWDFeatures | virtual | 
  | get_global_io() | CSGObject |  | 
  | get_global_parallel() | CSGObject |  | 
  | get_global_version() | CSGObject |  | 
  | get_mean() | CDotFeatures | virtual | 
  | get_mean(CDotFeatures *lhs, CDotFeatures *rhs) | CDotFeatures | static | 
  | get_modelsel_names() | CSGObject |  | 
  | get_modsel_param_descr(const char *param_name) | CSGObject |  | 
  | get_modsel_param_index(const char *param_name) | CSGObject |  | 
  | get_name() const | CHashedWDFeatures | virtual | 
  | get_next_feature(int32_t &index, float64_t &value, void *iterator) | CHashedWDFeatures | virtual | 
  | get_nnz_features_for_vector(int32_t num) | CHashedWDFeatures | virtual | 
  | get_normalization_const() | CHashedWDFeatures |  | 
  | get_num_preprocessed() const | CFeatures |  | 
  | get_num_preprocessors() const | CFeatures |  | 
  | get_num_vectors() const | CHashedWDFeatures | virtual | 
  | get_preprocessor(int32_t num) const | CFeatures |  | 
  | get_subset_stack() | CFeatures | virtual | 
  | has_property(EFeatureProperty p) const | CFeatures |  | 
  | io | CSGObject |  | 
  | is_generic(EPrimitiveType *generic) const | CSGObject | virtual | 
  | is_preprocessed(int32_t num) const | CFeatures |  | 
  | list_feature_obj() const | CFeatures |  | 
  | list_preprocessors() | CFeatures |  | 
  | load(CFile *loader) | CFeatures | virtual | 
  | load_serializable(CSerializableFile *file, const char *prefix="") | CSGObject | virtual | 
  | load_serializable_post() | CSGObject | protectedvirtual | 
  | load_serializable_pre() | CSGObject | protectedvirtual | 
  | m_gradient_parameters | CSGObject |  | 
  | m_hash | CSGObject |  | 
  | m_hash_bits | CHashedWDFeatures | protected | 
  | m_model_selection_parameters | CSGObject |  | 
  | m_parameters | CSGObject |  | 
  | m_subset_stack | CFeatures | protected | 
  | mask | CHashedWDFeatures | protected | 
  | normalization_const | CHashedWDFeatures | protected | 
  | num_strings | CHashedWDFeatures | protected | 
  | parallel | CSGObject |  | 
  | parameter_hash_changed() | CSGObject | virtual | 
  | partial_w_dim | CHashedWDFeatures | protected | 
  | print_modsel_params() | CSGObject |  | 
  | print_serializable(const char *prefix="") | CSGObject | virtual | 
  | remove_all_subsets() | CFeatures | virtual | 
  | remove_subset() | CFeatures | virtual | 
  | reshape(int32_t num_features, int32_t num_vectors) | CFeatures | virtual | 
  | save(CFile *writer) | CFeatures | virtual | 
  | save_serializable(CSerializableFile *file, const char *prefix="") | CSGObject | virtual | 
  | save_serializable_post() | CSGObject | protectedvirtual | 
  | save_serializable_pre() | CSGObject | protectedvirtual | 
  | set_combined_feature_weight(float64_t nw) | CDotFeatures |  | 
  | set_generic() | CSGObject |  | 
  | set_generic() | CSGObject |  | 
  | set_generic() | CSGObject |  | 
  | set_generic() | CSGObject |  | 
  | set_generic() | CSGObject |  | 
  | set_generic() | CSGObject |  | 
  | set_generic() | CSGObject |  | 
  | set_generic() | CSGObject |  | 
  | set_generic() | CSGObject |  | 
  | set_generic() | CSGObject |  | 
  | set_generic() | CSGObject |  | 
  | set_generic() | CSGObject |  | 
  | set_generic() | CSGObject |  | 
  | set_generic() | CSGObject |  | 
  | set_generic() | CSGObject |  | 
  | set_generic() | CSGObject |  | 
  | set_global_io(SGIO *io) | CSGObject |  | 
  | set_global_parallel(Parallel *parallel) | CSGObject |  | 
  | set_global_version(Version *version) | CSGObject |  | 
  | set_normalization_const(float64_t n=0) | CHashedWDFeatures |  | 
  | set_preprocessed(int32_t num) | CFeatures |  | 
  | set_property(EFeatureProperty p) | CFeatures |  | 
  | set_wd_weights() | CHashedWDFeatures | protected | 
  | shallow_copy() const | CSGObject | virtual | 
  | start_degree | CHashedWDFeatures | protected | 
  | string_length | CHashedWDFeatures | protected | 
  | strings | CHashedWDFeatures | protected | 
  | subset_changed_post() | CFeatures | virtual | 
  | support_compatible_class() const | CFeatures | virtual | 
  | unset_generic() | CSGObject |  | 
  | unset_property(EFeatureProperty p) | CFeatures |  | 
  | update_parameter_hash() | CSGObject | virtual | 
  | version | CSGObject |  | 
  | w_dim | CHashedWDFeatures | protected | 
  | wd_weights | CHashedWDFeatures | protected | 
  | ~CDotFeatures() | CDotFeatures | virtual | 
  | ~CFeatures() | CFeatures | virtual | 
  | ~CHashedWDFeatures() | CHashedWDFeatures | virtual | 
  | ~CSGObject() | CSGObject | virtual |