A dataset used to select some frames of another dataset.
![[more]](icon1.gif) DataSet* data
DataSet* data
![[more]](icon1.gif) int* n_selected_input_frames
int* n_selected_input_frames
![[more]](icon1.gif) int* n_selected_target_frames
int* n_selected_target_frames
![[more]](icon1.gif) int** input_frames_indices
int** input_frames_indices
![[more]](icon1.gif) int** target_frames_indices
int** target_frames_indices
![[more]](icon1.gif) FrameSelectorDataSet(DataSet* data_)
 FrameSelectorDataSet(DataSet* data_)
![[more]](icon1.gif) void selectInputFrames(int t_, int* frames_indices_, int n_frames_)
void selectInputFrames(int t_, int* frames_indices_, int n_frames_)
![[more]](icon1.gif) void selectTargetFrames(int t_, int* frames_indices_, int n_frames_)
void selectTargetFrames(int t_, int* frames_indices_, int n_frames_)
![[more]](icon1.gif) void unselectInputFrames(int t_)
void unselectInputFrames(int t_)
![[more]](icon1.gif) void unselectTargetFrames(int t_)
void unselectTargetFrames(int t_)
 int* selected_examples
int* selected_examples
 int n_inputs
int n_inputs
 int n_targets
int n_targets
 int real_current_example_index
int real_current_example_index
 Sequence* inputs
Sequence* inputs
 Sequence* targets
Sequence* targets
 int n_examples
int n_examples
 int n_real_examples
int n_real_examples
 void init(int n_examples_, int n_inputs_, int n_targets_)
void init(int n_examples_, int n_inputs_, int n_targets_)
 void setExample(int t, bool set_inputs=true, bool set_targets=true)
void setExample(int t, bool set_inputs=true, bool set_targets=true)
 virtual   void setRealExample(int t, bool set_inputs=true, bool set_targets=true)
virtual   void setRealExample(int t, bool set_inputs=true, bool set_targets=true)
 virtual   void pushSubset(int* subset_, int n_examples_)
virtual   void pushSubset(int* subset_, int n_examples_)
 virtual   void popSubset()
virtual   void popSubset()
 virtual   void pushExample()
virtual   void pushExample()
 virtual   void popExample()
virtual   void popExample()
 virtual   void getNumberOfFrames(int t, int* n_input_frames, int* n_target_frames)
virtual   void getNumberOfFrames(int t, int* n_input_frames, int* n_target_frames)
 virtual   void preProcess(PreProcessing* pre_processing)
virtual   void preProcess(PreProcessing* pre_processing)
 Allocator* allocator
Allocator* allocator
 void addOption(const char* name, int size, void* ptr, const char* help="")
void addOption(const char* name, int size, void* ptr, const char* help="")
 void addIOption(const char* name, int* ptr, int init_value, const char* help="")
void addIOption(const char* name, int* ptr, int init_value, const char* help="")
 void addROption(const char* name, real* ptr, real init_value, const char* help="")
void addROption(const char* name, real* ptr, real init_value, const char* help="")
 void addBOption(const char* name, bool* ptr, bool init_value, const char* help="")
void addBOption(const char* name, bool* ptr, bool init_value, const char* help="")
 void addOOption(const char* name, Object** ptr, Object* init_value, const char* help="")
void addOOption(const char* name, Object** ptr, Object* init_value, const char* help="")
 void setOption(const char* name, void* ptr)
void setOption(const char* name, void* ptr)
 void setIOption(const char* name, int option)
void setIOption(const char* name, int option)
 void setROption(const char* name, real option)
void setROption(const char* name, real option)
 void setBOption(const char* name, bool option)
void setBOption(const char* name, bool option)
 void setOOption(const char* name, Object* option)
void setOOption(const char* name, Object* option)
 virtual   void loadXFile(XFile* file)
virtual   void loadXFile(XFile* file)
 virtual   void saveXFile(XFile* file)
virtual   void saveXFile(XFile* file)
 void load(const char* filename)
void load(const char* filename)
 void save(const char* filename)
void save(const char* filename)
 void* operator new(size_t size, Allocator* allocator_=NULL)
void* operator new(size_t size, Allocator* allocator_=NULL)
 void* operator new(size_t size, Allocator* allocator_, void* ptr_)
void* operator new(size_t size, Allocator* allocator_, void* ptr_)
 void operator delete(void* ptr)
void operator delete(void* ptr)
A dataset used to select some frames of another dataset. It takes a dataset in the constructor. Then you call select functions to select frames. After that, when you will do a setExample() the example of the previous dataset will be returned in inputs and targets fields, with the right frames...
 DataSet* data
DataSet* data
 int* n_selected_input_frames
int* n_selected_input_frames
 int* n_selected_target_frames
int* n_selected_target_frames
 int** input_frames_indices
int** input_frames_indices
 int** target_frames_indices
int** target_frames_indices
 FrameSelectorDataSet(DataSet* data_)
 FrameSelectorDataSet(DataSet* data_)
 void selectInputFrames(int t_, int* frames_indices_, int n_frames_)
void selectInputFrames(int t_, int* frames_indices_, int n_frames_)
 void selectTargetFrames(int t_, int* frames_indices_, int n_frames_)
void selectTargetFrames(int t_, int* frames_indices_, int n_frames_)
 void unselectInputFrames(int t_)
void unselectInputFrames(int t_)
 void unselectTargetFrames(int t_)
void unselectTargetFrames(int t_)
Alphabetic index HTML hierarchy of classes or Java