CSparseFeatures< ST > Member List

This is the complete list of members for CSparseFeatures< ST >, including all inherited members.
add_preproc(CPreProc *p)CFeatures [virtual]
add_to_dense_vec(float64_t alpha, int32_t num, float64_t *vec, int32_t dim, bool abs_val=false)CSparseFeatures< ST > [virtual]
apply_preproc(bool force_preprocessing=false)CSparseFeatures< ST > [virtual]
benchmark_add_to_dense_vector(int32_t repeats=5)CDotFeatures
benchmark_dense_dot_range(int32_t repeats=5)CDotFeatures
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)CFeatures
clean_preprocs()CFeatures
clean_tsparse(TSparse< ST > *sfm, int32_t num_vec)CSparseFeatures< ST >
combined_weightCDotFeatures [protected]
compute_sparse_feature_vector(int32_t num, int32_t &len, TSparseEntry< ST > *target=NULL)CSparseFeatures< ST > [protected, virtual]
compute_squared(float64_t *sq)CSparseFeatures< ST >
compute_squared_norm(CSparseFeatures< float64_t > *lhs, float64_t *sq_lhs, int32_t idx_a, CSparseFeatures< float64_t > *rhs, float64_t *sq_rhs, int32_t idx_b)CSparseFeatures< ST >
CSGObject()CSGObject
CSGObject(const CSGObject &orig)CSGObject
CSparseFeatures(int32_t size=0)CSparseFeatures< ST >
CSparseFeatures(TSparse< ST > *src, int32_t num_feat, int32_t num_vec, bool copy=false)CSparseFeatures< ST >
CSparseFeatures(ST *src, int32_t num_feat, int32_t num_vec)CSparseFeatures< ST >
CSparseFeatures(const CSparseFeatures &orig)CSparseFeatures< ST >
CSparseFeatures(CFile *loader)CSparseFeatures< ST >
del_preproc(int32_t num)CFeatures [virtual]
dense_dot(ST alpha, int32_t num, ST *vec, int32_t dim, ST b)CSparseFeatures< ST >
dense_dot(int32_t vec_idx1, const float64_t *vec2, int32_t vec2_len)CSparseFeatures< ST > [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]
display_progress(int32_t start, int32_t stop, int32_t v)CDotFeatures [protected]
dot(int32_t vec_idx1, CDotFeatures *df, int32_t vec_idx2)CSparseFeatures< ST > [virtual]
duplicate() const CSparseFeatures< ST > [virtual]
feature_cacheCSparseFeatures< ST > [protected]
free_feature_iterator(void *iterator)CSparseFeatures< ST > [virtual]
free_feature_vector(TSparseEntry< ST > *feat_vec, int32_t num, bool free)CSparseFeatures< ST >
free_sparse_feature_matrix()CSparseFeatures< ST >
free_sparse_feature_vector(TSparseEntry< ST > *feat_vec, int32_t num, bool free)CSparseFeatures< ST >
free_sparse_features()CSparseFeatures< ST >
get_cache_size()CFeatures
get_combined_feature_weight()CDotFeatures
get_dim_feature_space()CSparseFeatures< ST > [virtual]
get_feature(int32_t num, int32_t index)CSparseFeatures< ST >
get_feature_class()CSparseFeatures< ST > [virtual]
get_feature_iterator(int32_t vector_index)CSparseFeatures< ST > [virtual]
get_feature_matrix(float64_t **dst, int32_t *num_feat, int32_t *num_vec)CDotFeatures [virtual]
get_feature_type()CSparseFeatures< ST > [virtual]
get_feature_vector(float64_t **dst, int32_t *len, int32_t num)CDotFeatures [virtual]
get_full_feature_matrix(int32_t &num_feat, int32_t &num_vec)CSparseFeatures< ST >
get_full_feature_matrix(ST **dst, int32_t *num_feat, int32_t *num_vec)CSparseFeatures< ST >
get_full_feature_vector(int32_t num, int32_t &len)CSparseFeatures< ST >
get_full_feature_vector(ST **dst, int32_t *len, int32_t num)CSparseFeatures< ST >
get_io()CSGObject
get_name() const CSparseFeatures< ST > [virtual]
get_next_feature(int32_t &index, float64_t &value, void *iterator)CSparseFeatures< ST > [virtual]
get_nnz_features_for_vector(int32_t num)CSparseFeatures< ST > [virtual]
get_num_features()CSparseFeatures< ST >
get_num_nonzero_entries()CSparseFeatures< ST >
get_num_preproc()CFeatures
get_num_preprocessed()CFeatures
get_num_vectors()CSparseFeatures< ST > [virtual]
get_parallel()CSGObject
get_preproc(int32_t num)CFeatures
get_size()CSparseFeatures< ST > [virtual]
get_sparse_feature_matrix(int32_t &num_feat, int32_t &num_vec)CSparseFeatures< ST >
get_sparse_feature_matrix(TSparse< ST > **dst, int32_t *num_feat, int32_t *num_vec, int64_t *nnz)CSparseFeatures< ST >
get_sparse_feature_vector(int32_t num, int32_t &len, bool &vfree)CSparseFeatures< ST >
get_transposed()CSparseFeatures< ST >
get_transposed(int32_t &num_feat, int32_t &num_vec)CSparseFeatures< ST >
get_version()CSGObject
has_property(EFeatureProperty p)CFeatures
ioCSGObject
is_generic(EPrimitiveType *generic) const CSGObject [virtual]
is_preprocessed(int32_t num)CFeatures
list_feature_obj()CFeatures
load(CFile *loader)CSparseFeatures< ST > [virtual]
load_serializable(CSerializableFile *file, const char *prefix="")CSGObject [virtual]
load_serializable_post()CSGObject [protected, virtual]
load_serializable_pre()CSGObject [protected, virtual]
load_svmlight_file(char *fname, bool do_sort_features=true)CSparseFeatures< ST >
m_parametersCSGObject [protected]
num_featuresCSparseFeatures< ST > [protected]
num_vectorsCSparseFeatures< ST > [protected]
obtain_from_simple(CSimpleFeatures< ST > *sf)CSparseFeatures< ST >
parallelCSGObject
print_serializable(const char *prefix="")CSGObject [virtual]
reshape(int32_t num_features, int32_t num_vectors)CFeatures [virtual]
save(CFile *writer)CSparseFeatures< ST > [virtual]
save_serializable(CSerializableFile *file, const char *prefix="")CSGObject [virtual]
save_serializable_post()CSGObject [protected, virtual]
save_serializable_pre()CSGObject [protected, virtual]
set_combined_feature_weight(float64_t nw)CDotFeatures
set_full_feature_matrix(ST *src, int32_t num_feat, int32_t num_vec)CSparseFeatures< ST > [virtual]
set_generic()CSGObject
set_io(IO *io)CSGObject
set_num_features(int32_t num)CSparseFeatures< ST >
set_parallel(Parallel *parallel)CSGObject
set_preprocessed(int32_t num)CFeatures
set_property(EFeatureProperty p)CFeatures
set_sparse_feature_matrix(TSparse< ST > *src, int32_t num_feat, int32_t num_vec)CSparseFeatures< ST > [virtual]
set_version(Version *version)CSGObject
sort_features()CSparseFeatures< ST >
sparse_dot(ST alpha, TSparseEntry< ST > *avec, int32_t alen, TSparseEntry< ST > *bvec, int32_t blen)CSparseFeatures< ST > [static]
sparse_feature_matrixCSparseFeatures< ST > [protected]
unset_generic()CSGObject
unset_property(EFeatureProperty p)CFeatures
versionCSGObject
write_svmlight_file(char *fname, CLabels *label)CSparseFeatures< ST >
~CDotFeatures()CDotFeatures [virtual]
~CFeatures()CFeatures [virtual]
~CSGObject()CSGObject [virtual]
~CSparseFeatures()CSparseFeatures< ST > [virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation