GURLS++  2.0.00
C++ Implementation of GURLS Matlab Toolbox
Settings

Contains classes and methods useful to define a set of parameters used by any learning algorith.

Classes

class  gurls::GurlsOption
 GurlsOption is an abstraction of a generic `option', which is widely used within the GURLS++ package to store either numeric parameters necessary to configure specific algorigms or sequences of strings holding the names of the specific procedures that have to be performed. More...
class  gurls::GurlsOptionsList
 GurlsOptionsList is an option containing a list of options mapped by name. More...
class  gurls::OptArray
 Optarray is an option containing an indexed array of options. More...
class  gurls::OptFunction
 OptFunction is an option representing a pointer to a generic function T (*function)(T* , int) operating over an array of floating point numbers. More...
class  gurls::OptMatrix< Matrix >
 OptMatrix is an option containing a matrix. More...
class  gurls::OptMatrixBase
 OptMatrixBase is the base class for all options containing matrices. More...
class  gurls::OptNumber
 OptNumber is an option containing a double precision floating point number. More...
class  gurls::OptNumberList
 OptNumberList is an option containing a list of double precision floating point numbers. More...
class  gurls::OptProcess
 OptProcess is an option containing a sequence of actions that form a Gurls process. More...
class  gurls::OptString
 OptString is an option containing a generic string. More...
class  gurls::OptStringList
 OptStringList is an option containing a list of strings. More...
class  gurls::OptTaskSequence
 OptTaskSequence is an option containing a sequence of task that forms a pipeline. More...

Files

file  options.h
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends