Cmelon::AnnNormalizationParameters | Struct containing the parameters required for input normalization and output denormalization of a feedforward neural network |
Cmelon::AnnStructure | Struct containing all information regarding the structure of a feedforward neural network |
Cmelon::AnnWeights | Struct 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 | |
CMelonException | This 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::KernelData | Struct 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 > | |
▼CModelData | Abstract class from which specific model data object can be derived and enabling polymorphism |
Cmelon::AnnData | Struct containing all information regarding the structure of a feedforward neural network |
Cmelon::GPData | Struct containing all information regarding the Gaussian process |
Cmelon::SvmData | Struct containing all information regarding the support vector machine |
▼Cmelon::ModelParser | This class is a abstract parent class for model parser implemented in the MeLOn library |
▼Cmelon::AnnParser | This class implements an abstract parent class for ANN file parser |
Cmelon::AnnParserCsv | This class implements an specialization of the AnnParser for csv files |
Cmelon::AnnParserXml | This class implements an specialization of the AnnParser for xml files |
Cmelon::GpParser | This class implements a Gaussian process file parser |
Cmelon::SvmParser | This class implements a support vector machine file parser |
▼Cmelon::ModelParserFactory | This class is a abstract parent class for model parser factories implemented in the MeLOn library |
Cmelon::AnnParserFactory | This class is a factory class for creating child instances of AnnParser |
Cmelon::GpParserFactory | This class is a factory class for creating child instances of GpParser |
Cmelon::SvmParserFactory | This 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::ScalerData | Base 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 |
CStationary | Abstract 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 | |