CTOPFeatures Member List

This is the complete list of members for CTOPFeatures, including all inherited members.
add_preprocessor(CPreprocessor *p)CFeatures [virtual]
add_subset(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)CDenseFeatures< float64_t > [virtual]
apply_preprocessor(bool force_preprocessing=false)CDenseFeatures< float64_t > [virtual]
benchmark_add_to_dense_vector(int32_t repeats=5)CDotFeatures
benchmark_dense_dot_range(int32_t repeats=5)CDotFeatures
build_parameter_dictionary(CMap< TParameter *, CSGObject * > &dict)CSGObject
CDenseFeatures(int32_t size=0)CDenseFeatures< float64_t >
CDenseFeatures(const CDenseFeatures &orig)CDenseFeatures< float64_t >
CDenseFeatures(SGMatrix< float64_t > matrix)CDenseFeatures< float64_t >
CDenseFeatures(float64_t *src, int32_t num_feat, int32_t num_vec)CDenseFeatures< float64_t >
CDenseFeatures(CFile *loader)CDenseFeatures< float64_t >
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
check_feature_compatibility(CFeatures *f) const CFeatures
clean_preprocessors()CFeatures
combined_weightCDotFeatures [protected]
compute_cov(CDotFeatures *lhs, CDotFeatures *rhs)CDotFeatures [static]
compute_feature_vector(int32_t num, int32_t &len, float64_t *target=NULL)CTOPFeatures [protected, virtual]
compute_feature_vector(float64_t *addr, int32_t num, int32_t &len)CTOPFeatures [protected]
compute_num_features()CTOPFeatures
compute_relevant_indizes(CHMM *hmm, T_HMM_INDIZES *hmm_idx)CTOPFeatures
copy_feature_matrix(SGMatrix< float64_t > src)CDenseFeatures< float64_t > [virtual]
copy_subset(SGVector< index_t > indices)CDenseFeatures< float64_t > [virtual]
create_merged_copy(CFeatures *other)CDenseFeatures< float64_t > [virtual]
CSGObject()CSGObject
CSGObject(const CSGObject &orig)CSGObject
CTOPFeatures()CTOPFeatures
CTOPFeatures(int32_t size, CHMM *p, CHMM *n, bool neglin, bool poslin)CTOPFeatures
CTOPFeatures(const CTOPFeatures &orig)CTOPFeatures
deep_copy() const CSGObject [virtual]
del_preprocessor(int32_t num)CFeatures [virtual]
dense_dot(int32_t vec_idx1, const float64_t *vec2, int32_t vec2_len)CDenseFeatures< float64_t > [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)CDenseFeatures< float64_t > [virtual]
duplicate() constCDenseFeatures< float64_t > [virtual]
feature_cacheCDenseFeatures< float64_t > [protected]
feature_matrixCDenseFeatures< float64_t > [protected]
feature_subset(int32_t *idx, int32_t idx_len)CDenseFeatures< float64_t >
free_feature_iterator(void *iterator)CDenseFeatures< float64_t > [virtual]
free_feature_matrix()CDenseFeatures< float64_t >
free_feature_vector(float64_t *feat_vec, int32_t num, bool dofree)CDenseFeatures< float64_t >
free_feature_vector(SGVector< float64_t > vec, int32_t num)CDenseFeatures< float64_t >
free_features()CDenseFeatures< float64_t >
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() constCDenseFeatures< float64_t > [virtual]
get_feature_class() constCDenseFeatures< float64_t > [virtual]
get_feature_iterator(int32_t vector_index)CDenseFeatures< float64_t > [virtual]
get_feature_matrix()CDenseFeatures< float64_t >
get_feature_matrix(int32_t &num_feat, int32_t &num_vec)CDenseFeatures< float64_t >
get_feature_type() constCDenseFeatures< float64_t > [virtual]
get_feature_vector(int32_t num, int32_t &len, bool &dofree)CDenseFeatures< float64_t >
get_feature_vector(int32_t num)CDenseFeatures< float64_t >
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 CTOPFeatures [virtual]
get_next_feature(int32_t &index, float64_t &value, void *iterator)CDenseFeatures< float64_t > [virtual]
get_nnz_features_for_vector(int32_t num)CDenseFeatures< float64_t > [virtual]
get_num_features()CDenseFeatures< float64_t >
get_num_preprocessed() const CFeatures
get_num_preprocessors() const CFeatures
get_num_vectors() constCDenseFeatures< float64_t > [virtual]
get_preprocessor(int32_t num) const CFeatures
get_size() constCDenseFeatures< float64_t > [virtual]
get_subset_stack()CFeatures [virtual]
get_transposed()CDenseFeatures< float64_t >
get_transposed(int32_t &num_feat, int32_t &num_vec)CDenseFeatures< float64_t >
has_property(EFeatureProperty p) const CFeatures
initialize_cache()CDenseFeatures< float64_t >
ioCSGObject
is_equal(CDenseFeatures *rhs)CDenseFeatures< float64_t > [virtual]
is_generic(EPrimitiveType *generic) const CSGObject [virtual]
is_preprocessed(int32_t num) const CFeatures
list_feature_obj() const CFeatures
load(CFile *loader)CDenseFeatures< float64_t > [virtual]
load_all_file_parameters(int32_t file_version, int32_t current_version, CSerializableFile *file, const char *prefix="")CSGObject
load_file_parameters(const SGParamInfo *param_info, int32_t file_version, CSerializableFile *file, const char *prefix="")CSGObject
load_serializable(CSerializableFile *file, const char *prefix="", int32_t param_version=VERSION_PARAMETER)CSGObject [virtual]
load_serializable_post()CSGObject [protected, virtual]
load_serializable_pre()CSGObject [protected, virtual]
m_hashCSGObject
m_model_selection_parametersCSGObject
m_parameter_mapCSGObject
m_parametersCSGObject
m_subset_stackCFeatures [protected]
map_parameters(DynArray< TParameter * > *param_base, int32_t &base_version, DynArray< const SGParamInfo * > *target_param_infos)CSGObject
migrate(DynArray< TParameter * > *param_base, const SGParamInfo *target)CSGObject [protected, virtual]
negCTOPFeatures [protected]
neg_relevant_indizesCTOPFeatures [protected]
neglinearCTOPFeatures [protected]
num_featuresCDenseFeatures< float64_t > [protected]
num_vectorsCDenseFeatures< float64_t > [protected]
obtain_from_dot(CDotFeatures *df)CDenseFeatures< float64_t >
one_to_one_migration_prepare(DynArray< TParameter * > *param_base, const SGParamInfo *target, TParameter *&replacement, TParameter *&to_migrate, char *old_name=NULL)CSGObject [protected, virtual]
parallelCSGObject
posCTOPFeatures [protected]
pos_relevant_indizesCTOPFeatures [protected]
poslinearCTOPFeatures [protected]
print_modsel_params()CSGObject
print_serializable(const char *prefix="")CSGObject [virtual]
remove_all_subsets()CFeatures [virtual]
remove_subset()CFeatures [virtual]
reshape(int32_t p_num_features, int32_t p_num_vectors)CDenseFeatures< float64_t > [virtual]
save(CFile *saver)CDenseFeatures< float64_t > [virtual]
save_serializable(CSerializableFile *file, const char *prefix="", int32_t param_version=VERSION_PARAMETER)CSGObject [virtual]
save_serializable_post()CSGObject [protected, virtual]
save_serializable_pre()CSGObject [protected, virtual]
set_combined_feature_weight(float64_t nw)CDotFeatures
set_feature_matrix()CTOPFeatures [virtual]
CDenseFeatures< float64_t >::set_feature_matrix(SGMatrix< float64_t > matrix)CDenseFeatures< float64_t >
set_feature_vector(SGVector< float64_t > vector, int32_t num)CDenseFeatures< float64_t >
set_generic()CSGObject
set_global_io(SGIO *io)CSGObject
set_global_parallel(Parallel *parallel)CSGObject
set_global_version(Version *version)CSGObject
set_models(CHMM *p, CHMM *n)CTOPFeatures
set_num_features(int32_t num)CDenseFeatures< float64_t >
set_num_vectors(int32_t num)CDenseFeatures< float64_t >
set_preprocessed(int32_t num)CFeatures
set_property(EFeatureProperty p)CFeatures
shallow_copy() const CSGObject [virtual]
steal_feature_matrix()CDenseFeatures< float64_t >
subset_changed_post()CFeatures [virtual]
unset_generic()CSGObject
unset_property(EFeatureProperty p)CFeatures
update_parameter_hash()CSGObject [protected, virtual]
vector_subset(int32_t *idx, int32_t idx_len)CDenseFeatures< float64_t >
versionCSGObject
~CDenseFeatures()CDenseFeatures< float64_t > [virtual]
~CDotFeatures()CDotFeatures [virtual]
~CFeatures()CFeatures [virtual]
~CSGObject()CSGObject [virtual]
~CTOPFeatures()CTOPFeatures [virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation