Feature Selection ToolboxFST3 Library / Documentation

FST::Data_Splitter_Resub< INTERVALCONTAINER, IDXTYPE > Class Template Reference

Implements train/test data splitting: use all data both for training and then once more for testing. More...

#include <data_splitter_resub.hpp>

Inheritance diagram for FST::Data_Splitter_Resub< INTERVALCONTAINER, IDXTYPE >:
Collaboration diagram for FST::Data_Splitter_Resub< INTERVALCONTAINER, IDXTYPE >:

List of all members.

Public Member Functions

 Data_Splitter_Resub (const Data_Splitter_Resub &dsp)
virtual IDXTYPE getNoOfSplits () const
virtual bool makeFirstSplit ()
virtual bool makeNextSplit ()
Data_Splitter_Resubstateless_clone () const
virtual std::ostream & print (std::ostream &os) const

Private Types

typedef Data_Splitter
< INTERVALCONTAINER, IDXTYPE > 
TCC

Detailed Description

template<class INTERVALCONTAINER, typename IDXTYPE>
class FST::Data_Splitter_Resub< INTERVALCONTAINER, IDXTYPE >

Implements train/test data splitting: use all data both for training and then once more for testing.


Member Function Documentation

template<class INTERVALCONTAINER , typename IDXTYPE >
Data_Splitter_Resub* FST::Data_Splitter_Resub< INTERVALCONTAINER, IDXTYPE >::stateless_clone (  )  const [inline, virtual]

create clone of the current object, ignoring internal temporary structures to save speed. Does not replicate exact object state. The clone must be used carefully in a way that ensures internal structure re-initialization Use example: Data_Splitter cloning or Classifier_SVM cloning due to inability to clone external structures defined in LibSVM

Implements FST::Clonable.


The documentation for this class was generated from the following file:

Generated on Thu Mar 31 11:38:12 2011 for FST3Library by  doxygen 1.6.1