SHOGUN  v2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CInputParser< T > Member List

This is the complete list of members for CInputParser< T >, including all inherited members.

CInputParser()CInputParser< T >
copy_example_into_buffer(Example< T > *ex)CInputParser< T >
current_exampleCInputParser< T >protected
current_feature_vectorCInputParser< T >protected
current_labelCInputParser< T >protected
current_lenCInputParser< T >protected
end_parser()CInputParser< T >
example_typeCInputParser< T >
examples_ringCInputParser< T >protected
examples_state_changedCInputParser< T >protected
examples_state_lockCInputParser< T >protected
exit_parser()CInputParser< T >
finalize_example()CInputParser< T >
free_after_releaseCInputParser< T >protected
get_next_example(T *&feature_vector, int32_t &length, float64_t &label)CInputParser< T >
get_next_example(T *&feature_vector, int32_t &length)CInputParser< T >
get_number_of_features()CInputParser< T >
get_ring_size()CInputParser< T >
get_vector_and_label(T *&feature_vector, int32_t &length, float64_t &label)CInputParser< T >
get_vector_only(T *&feature_vector, int32_t &length)CInputParser< T >
init(CStreamingFile *input_file, bool is_labelled=true, int32_t size=PARSER_DEFAULT_BUFFSIZE)CInputParser< T >
input_sourceCInputParser< T >protected
is_running()CInputParser< T >
main_parse_loop(void *params)CInputParser< T >
number_of_featuresCInputParser< T >protected
number_of_vectors_parsedCInputParser< T >protected
number_of_vectors_readCInputParser< T >protected
parse_threadCInputParser< T >protected
parsing_doneCInputParser< T >
read_vectorCInputParser< T >protected
read_vector_and_labelCInputParser< T >protected
reading_doneCInputParser< T >
retrieve_example()CInputParser< T >
ring_sizeCInputParser< T >protected
set_free_vector_after_release(bool free_vec)CInputParser< T >
set_free_vectors_on_destruct(bool destroy)CInputParser< T >
set_read_vector(void(CStreamingFile::*func_ptr)(T *&vec, int32_t &len))CInputParser< T >
set_read_vector_and_label(void(CStreamingFile::*func_ptr)(T *&vec, int32_t &len, float64_t &label))CInputParser< T >
start_parser()CInputParser< T >
~CInputParser()CInputParser< T >

SHOGUN Machine Learning Toolbox - Documentation