Feature Selection ToolboxFST3 Library / Documentation

global.hpp File Reference

Global definitions. More...

#include <string>
#include <ostream>
#include <sstream>
Include dependency graph for global.hpp:

Classes

class  FST::syncout
 synchronized output singleton class to enable concurrent textual reporting More...

Enumerations

enum  OutputDetail { SILENT = 0, NORMAL = 1, DETAILED = 2 }
 

search algorithms' output extent


Functions

void FST::notify (const string msg)
 provides output in DEBUG mode only
void FST::notify (const string msg1, const double num, const string msg2="")
 provides output in DEBUG mode only
void FST::notify (const string msg1, const double num1, const string msg2, const double num2, const string msg3="")
 provides output in DEBUG mode only
void FST::notify (const string msg1, const double num1, const string msg2, const double num2, const string msg3, const double num3, const string msg4="")
 provides output in DEBUG mode only
template<typename VALUE >
VALUE FST::maxf (const VALUE &x, const VALUE &y)
template<typename VALUE >
VALUE FST::minf (const VALUE &x, const VALUE &y)

Detailed Description

Global definitions.

====================================================================== Feature Selection Toolbox 3 source code ---------------------------------------

Author:
Petr Somol (somol@utia.cas.cz) with collaborators, see Contacts at http://fst.utia.cz
Date:
March 2011
Version:
3.1.0.beta
Note:
FST3 was developed using gcc 4.3 and requires
Note that LibSVM is required for SVM related tools only, as demonstrated in demo12t.cpp, demo23.cpp, demo25t.cpp, demo32t.cpp, etc.

Generated on Thu Mar 31 11:37:00 2011 for FST3Library by  doxygen 1.6.1