SHOGUN
4.1.0
|
This is the complete list of members for CFile, including all inherited members.
build_gradient_parameter_dictionary(CMap< TParameter *, CSGObject * > *dict) | CSGObject | |
CFile() | CFile | |
CFile(FILE *f, const char *name=NULL) | CFile | |
CFile(const char *fname, char rw='r', const char *name=NULL) | CFile | |
clone() | CSGObject | virtual |
close() | CFile | |
CSGObject() | CSGObject | |
CSGObject(const CSGObject &orig) | CSGObject | |
deep_copy() const | CSGObject | virtual |
equals(CSGObject *other, float64_t accuracy=0.0, bool tolerant=false) | CSGObject | virtual |
file | CFile | protected |
filename | CFile | protected |
get_file_descriptor() | CFile | |
get_global_io() | CSGObject | |
get_global_parallel() | CSGObject | |
get_global_version() | CSGObject | |
get_matrix(bool *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_matrix(uint8_t *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_matrix(int8_t *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_matrix(char *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_matrix(int32_t *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_matrix(uint32_t *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_matrix(int64_t *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_matrix(uint64_t *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_matrix(float32_t *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_matrix(float64_t *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_matrix(floatmax_t *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_matrix(int16_t *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_matrix(uint16_t *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
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 | CFile | virtual |
get_ndarray(uint8_t *&array, int32_t *&dims, int32_t &num_dims) | CFile | virtual |
get_ndarray(char *&array, int32_t *&dims, int32_t &num_dims) | CFile | virtual |
get_ndarray(int32_t *&array, int32_t *&dims, int32_t &num_dims) | CFile | virtual |
get_ndarray(float32_t *&array, int32_t *&dims, int32_t &num_dims) | CFile | virtual |
get_ndarray(float64_t *&array, int32_t *&dims, int32_t &num_dims) | CFile | virtual |
get_ndarray(int16_t *&array, int32_t *&dims, int32_t &num_dims) | CFile | virtual |
get_ndarray(uint16_t *&array, int32_t *&dims, int32_t &num_dims) | CFile | virtual |
get_sparse_matrix(SGSparseVector< bool > *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_sparse_matrix(SGSparseVector< uint8_t > *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_sparse_matrix(SGSparseVector< int8_t > *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_sparse_matrix(SGSparseVector< char > *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_sparse_matrix(SGSparseVector< int32_t > *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_sparse_matrix(SGSparseVector< uint32_t > *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_sparse_matrix(SGSparseVector< int64_t > *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_sparse_matrix(SGSparseVector< uint64_t > *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_sparse_matrix(SGSparseVector< int16_t > *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_sparse_matrix(SGSparseVector< uint16_t > *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_sparse_matrix(SGSparseVector< float32_t > *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_sparse_matrix(SGSparseVector< float64_t > *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_sparse_matrix(SGSparseVector< floatmax_t > *&matrix, int32_t &num_feat, int32_t &num_vec) | CFile | virtual |
get_sparse_vector(SGSparseVectorEntry< bool > *&entries, int32_t &num_feat) | CFile | virtual |
get_sparse_vector(SGSparseVectorEntry< uint8_t > *&entries, int32_t &num_feat) | CFile | virtual |
get_sparse_vector(SGSparseVectorEntry< int8_t > *&entries, int32_t &num_feat) | CFile | virtual |
get_sparse_vector(SGSparseVectorEntry< char > *&entries, int32_t &num_feat) | CFile | virtual |
get_sparse_vector(SGSparseVectorEntry< int32_t > *&entries, int32_t &num_feat) | CFile | virtual |
get_sparse_vector(SGSparseVectorEntry< uint32_t > *&entries, int32_t &num_feat) | CFile | virtual |
get_sparse_vector(SGSparseVectorEntry< int64_t > *&entries, int32_t &num_feat) | CFile | virtual |
get_sparse_vector(SGSparseVectorEntry< uint64_t > *&entries, int32_t &num_feat) | CFile | virtual |
get_sparse_vector(SGSparseVectorEntry< int16_t > *&entries, int32_t &num_feat) | CFile | virtual |
get_sparse_vector(SGSparseVectorEntry< uint16_t > *&entries, int32_t &num_feat) | CFile | virtual |
get_sparse_vector(SGSparseVectorEntry< float32_t > *&entries, int32_t &num_feat) | CFile | virtual |
get_sparse_vector(SGSparseVectorEntry< float64_t > *&entries, int32_t &num_feat) | CFile | virtual |
get_sparse_vector(SGSparseVectorEntry< floatmax_t > *&entries, int32_t &num_feat) | CFile | virtual |
get_string_list(SGString< bool > *&strings, int32_t &num_str, int32_t &max_string_len) | CFile | virtual |
get_string_list(SGString< uint8_t > *&strings, int32_t &num_str, int32_t &max_string_len) | CFile | virtual |
get_string_list(SGString< int8_t > *&strings, int32_t &num_str, int32_t &max_string_len) | CFile | virtual |
get_string_list(SGString< char > *&strings, int32_t &num_str, int32_t &max_string_len) | CFile | virtual |
get_string_list(SGString< int32_t > *&strings, int32_t &num_str, int32_t &max_string_len) | CFile | virtual |
get_string_list(SGString< uint32_t > *&strings, int32_t &num_str, int32_t &max_string_len) | CFile | virtual |
get_string_list(SGString< int16_t > *&strings, int32_t &num_str, int32_t &max_string_len) | CFile | virtual |
get_string_list(SGString< uint16_t > *&strings, int32_t &num_str, int32_t &max_string_len) | CFile | virtual |
get_string_list(SGString< int64_t > *&strings, int32_t &num_str, int32_t &max_string_len) | CFile | virtual |
get_string_list(SGString< uint64_t > *&strings, int32_t &num_str, int32_t &max_string_len) | CFile | virtual |
get_string_list(SGString< float32_t > *&strings, int32_t &num_str, int32_t &max_string_len) | CFile | virtual |
get_string_list(SGString< float64_t > *&strings, int32_t &num_str, int32_t &max_string_len) | CFile | virtual |
get_string_list(SGString< floatmax_t > *&strings, int32_t &num_str, int32_t &max_string_len) | CFile | virtual |
get_variable_name() | CFile | |
get_vector(bool *&vector, int32_t &len) | CFile | virtual |
get_vector(int8_t *&vector, int32_t &len) | CFile | virtual |
get_vector(uint8_t *&vector, int32_t &len) | CFile | virtual |
get_vector(char *&vector, int32_t &len) | CFile | virtual |
get_vector(int32_t *&vector, int32_t &len) | CFile | virtual |
get_vector(uint32_t *&vector, int32_t &len) | CFile | virtual |
get_vector(float64_t *&vector, int32_t &len) | CFile | virtual |
get_vector(float32_t *&vector, int32_t &len) | CFile | virtual |
get_vector(floatmax_t *&vector, int32_t &len) | CFile | virtual |
get_vector(int16_t *&vector, int32_t &len) | CFile | virtual |
get_vector(uint16_t *&vector, int32_t &len) | CFile | virtual |
get_vector(int64_t *&vector, int32_t &len) | CFile | virtual |
get_vector(uint64_t *&vector, int32_t &len) | CFile | virtual |
io | CSGObject | |
is_generic(EPrimitiveType *generic) const | CSGObject | 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_model_selection_parameters | CSGObject | |
m_parameters | CSGObject | |
parallel | CSGObject | |
parameter_hash_changed() | CSGObject | virtual |
print_modsel_params() | CSGObject | |
print_serializable(const char *prefix="") | CSGObject | virtual |
read_whole_file(char *fname, size_t &len) | CFile | static |
save_serializable(CSerializableFile *file, const char *prefix="") | CSGObject | virtual |
save_serializable_post() | CSGObject | protectedvirtual |
save_serializable_pre() | CSGObject | protectedvirtual |
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_matrix(const bool *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_matrix(const uint8_t *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_matrix(const int8_t *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_matrix(const char *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_matrix(const int32_t *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_matrix(const uint32_t *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_matrix(const int64_t *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_matrix(const uint64_t *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_matrix(const float32_t *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_matrix(const float64_t *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_matrix(const floatmax_t *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_matrix(const int16_t *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_matrix(const uint16_t *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_sparse_matrix(const SGSparseVector< bool > *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_sparse_matrix(const SGSparseVector< uint8_t > *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_sparse_matrix(const SGSparseVector< int8_t > *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_sparse_matrix(const SGSparseVector< char > *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_sparse_matrix(const SGSparseVector< int32_t > *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_sparse_matrix(const SGSparseVector< uint32_t > *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_sparse_matrix(const SGSparseVector< int64_t > *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_sparse_matrix(const SGSparseVector< uint64_t > *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_sparse_matrix(const SGSparseVector< int16_t > *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_sparse_matrix(const SGSparseVector< uint16_t > *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_sparse_matrix(const SGSparseVector< float32_t > *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_sparse_matrix(const SGSparseVector< float64_t > *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_sparse_matrix(const SGSparseVector< floatmax_t > *matrix, int32_t num_feat, int32_t num_vec) | CFile | virtual |
set_sparse_vector(const SGSparseVectorEntry< bool > *entries, int32_t num_feat) | CFile | virtual |
set_sparse_vector(const SGSparseVectorEntry< uint8_t > *entries, int32_t num_feat) | CFile | virtual |
set_sparse_vector(const SGSparseVectorEntry< int8_t > *entries, int32_t num_feat) | CFile | virtual |
set_sparse_vector(const SGSparseVectorEntry< char > *entries, int32_t num_feat) | CFile | virtual |
set_sparse_vector(const SGSparseVectorEntry< int32_t > *entries, int32_t num_feat) | CFile | virtual |
set_sparse_vector(const SGSparseVectorEntry< uint32_t > *entries, int32_t num_feat) | CFile | virtual |
set_sparse_vector(const SGSparseVectorEntry< int64_t > *entries, int32_t num_feat) | CFile | virtual |
set_sparse_vector(const SGSparseVectorEntry< uint64_t > *entries, int32_t num_feat) | CFile | virtual |
set_sparse_vector(const SGSparseVectorEntry< int16_t > *entries, int32_t num_feat) | CFile | virtual |
set_sparse_vector(const SGSparseVectorEntry< uint16_t > *entries, int32_t num_feat) | CFile | virtual |
set_sparse_vector(const SGSparseVectorEntry< float32_t > *entries, int32_t num_feat) | CFile | virtual |
set_sparse_vector(const SGSparseVectorEntry< float64_t > *entries, int32_t num_feat) | CFile | virtual |
set_sparse_vector(const SGSparseVectorEntry< floatmax_t > *entries, int32_t num_feat) | CFile | virtual |
set_string_list(const SGString< bool > *strings, int32_t num_str) | CFile | virtual |
set_string_list(const SGString< uint8_t > *strings, int32_t num_str) | CFile | virtual |
set_string_list(const SGString< int8_t > *strings, int32_t num_str) | CFile | virtual |
set_string_list(const SGString< char > *strings, int32_t num_str) | CFile | virtual |
set_string_list(const SGString< int32_t > *strings, int32_t num_str) | CFile | virtual |
set_string_list(const SGString< uint32_t > *strings, int32_t num_str) | CFile | virtual |
set_string_list(const SGString< int16_t > *strings, int32_t num_str) | CFile | virtual |
set_string_list(const SGString< uint16_t > *strings, int32_t num_str) | CFile | virtual |
set_string_list(const SGString< int64_t > *strings, int32_t num_str) | CFile | virtual |
set_string_list(const SGString< uint64_t > *strings, int32_t num_str) | CFile | virtual |
set_string_list(const SGString< float32_t > *strings, int32_t num_str) | CFile | virtual |
set_string_list(const SGString< float64_t > *strings, int32_t num_str) | CFile | virtual |
set_string_list(const SGString< floatmax_t > *strings, int32_t num_str) | CFile | virtual |
set_variable_name(const char *name) | CFile | |
set_vector(const bool *vector, int32_t len) | CFile | virtual |
set_vector(const int8_t *vector, int32_t len) | CFile | virtual |
set_vector(const uint8_t *vector, int32_t len) | CFile | virtual |
set_vector(const char *vector, int32_t len) | CFile | virtual |
set_vector(const int32_t *vector, int32_t len) | CFile | virtual |
set_vector(const uint32_t *vector, int32_t len) | CFile | virtual |
set_vector(const float32_t *vector, int32_t len) | CFile | virtual |
set_vector(const float64_t *vector, int32_t len) | CFile | virtual |
set_vector(const floatmax_t *vector, int32_t len) | CFile | virtual |
set_vector(const int16_t *vector, int32_t len) | CFile | virtual |
set_vector(const uint16_t *vector, int32_t len) | CFile | virtual |
set_vector(const int64_t *vector, int32_t len) | CFile | virtual |
set_vector(const uint64_t *vector, int32_t len) | CFile | virtual |
shallow_copy() const | CSGObject | virtual |
task | CFile | protected |
unset_generic() | CSGObject | |
update_parameter_hash() | CSGObject | virtual |
variable_name | CFile | protected |
version | CSGObject | |
~CFile() | CFile | virtual |
~CSGObject() | CSGObject | virtual |