MeLOn
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Cmelon::AnnNormalizationParametersStruct containing the parameters required for input normalization and output denormalization of a feedforward neural network
 Cmelon::AnnStructureStruct containing all information regarding the structure of a feedforward neural network
 Cmelon::AnnWeightsStruct containing the different weights of a feedforward neural network
 Ctinyxml2::MemPoolT< ITEM_SIZE >::Block
 Ctinyxml2::XMLDocument::DepthTracker
 Ctinyxml2::DynArray< T, INITIAL_SIZE >
 Ctinyxml2::DynArray< char, 20 >
 Ctinyxml2::DynArray< const char *, 10 >
 Ctinyxml2::DynArray< tinyxml2::MemPoolT::Block *, 10 >
 Ctinyxml2::DynArray< tinyxml2::XMLNode *, 10 >
 Ctinyxml2::Entity
 Cexception
 CMelonExceptionThis class defines the exceptions thrown by FeedForwardNet
 Ctinyxml2::MemPoolT< ITEM_SIZE >::Item
 Cmelon::kernel::Kernel< T, V >Abstract parent class for kernel implementations
 Cmelon::kernel::KernelCompositeAdd< T, V >Composite kernel which on evaluation adds the evaluation results of its subkernels
 Cmelon::kernel::KernelCompositeMultiply< T, V >Composite kernel which on evaluation multiplies the evaluation results of its subkernels
 Cmelon::kernel::KernelConstant< T, V >Kernel which always returns a constant value
 Cmelon::kernel::StationaryKernel< T, V >
 Cmelon::kernel::KernelRBF< T, V >Implementation of Radial Basis Function kernel
 Cmelon::kernel::Matern< T, V >Abstract parent class for matern kernels
 Cmelon::kernel::Matern12< T, V >Class implementation of Matern12 kernel
 Cmelon::kernel::Matern32< T, V >Class implementation of Matern32 kernel
 Cmelon::kernel::Matern52< T, V >Class implementation of Matern52 kernel
 Cmelon::kernel::MaternInf< T, V >Class implementation of MaternInf kernel
 Cmelon::kernel::KernelDataStruct containing kernel parameters
 Ctinyxml2::LongFitsIntoSizeTMinusOne< bool >
 Ctinyxml2::LongFitsIntoSizeTMinusOne< false >
 Cmelon::MelonModel< T >
 Cmelon::FeedForwardNet< T >This class represents a feed foward artificial network to be used in the MAiNGO solver
 Cmelon::GaussianProcess< T >This class represents a Gaussian process, to be used in the MAiNGO solver
 Cmelon::SupportVectorMachine< T >Class defining support vector machine to be used in the MAiNGO solver
 Cmelon::SupportVectorMachineOneClass< T >Class defining support vector machine for one class classification to be used in the MAiNGO solver
 Cmelon::SupportVectorRegression< T >Class defining support vector machine for regression to be used in the MAiNGO solver
 Ctinyxml2::MemPool
 Ctinyxml2::MemPoolT< sizeof(tinyxml2::XMLAttribute) >
 Ctinyxml2::MemPoolT< sizeof(tinyxml2::XMLComment) >
 Ctinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >
 Ctinyxml2::MemPoolT< sizeof(tinyxml2::XMLText) >
 Ctinyxml2::MemPoolT< ITEM_SIZE >
 CModelDataAbstract class from which specific model data object can be derived and enabling polymorphism
 Cmelon::AnnDataStruct containing all information regarding the structure of a feedforward neural network
 Cmelon::GPDataStruct containing all information regarding the Gaussian process
 Cmelon::SvmDataStruct containing all information regarding the support vector machine
 Cmelon::ModelParserThis class is a abstract parent class for model parser implemented in the MeLOn library
 Cmelon::AnnParserThis class implements an abstract parent class for ANN file parser
 Cmelon::AnnParserCsvThis class implements an specialization of the AnnParser for csv files
 Cmelon::AnnParserXmlThis class implements an specialization of the AnnParser for xml files
 Cmelon::GpParserThis class implements a Gaussian process file parser
 Cmelon::SvmParserThis class implements a support vector machine file parser
 Cmelon::ModelParserFactoryThis class is a abstract parent class for model parser factories implemented in the MeLOn library
 Cmelon::AnnParserFactoryThis class is a factory class for creating child instances of AnnParser
 Cmelon::GpParserFactoryThis class is a factory class for creating child instances of GpParser
 Cmelon::SvmParserFactoryThis class is a factory class for creating child instances of SvmParser
 Cmelon::Scaler< T >Abstract class defining scaling algorithm
 Cmelon::IdentityScaler< T >Class implementing an identity scaling algorithm
 Cmelon::MinMaxScaler< T >Class implementing a MinMax-Scaling algorithm
 Cmelon::StandardScaler< T >Class implementing a Standard-Scaling algorithm
 Cmelon::ScalerDataBase struct from which data structs of different scalers can be derived
 Cmelon::ScalerFactory< T >This class is a factory class for creating child instances of Scaler
 CStationaryAbstract parent class for stationary kernel implementations
 Ctinyxml2::StrPair
 Ctinyxml2::XMLAttribute
 Ctinyxml2::XMLConstHandle
 Ctinyxml2::XMLHandle
 Ctinyxml2::XMLNode
 Ctinyxml2::XMLComment
 Ctinyxml2::XMLDeclaration
 Ctinyxml2::XMLDocument
 Ctinyxml2::XMLElement
 Ctinyxml2::XMLText
 Ctinyxml2::XMLUnknown
 Ctinyxml2::XMLUtil
 Ctinyxml2::XMLVisitor
 Ctinyxml2::XMLPrinter