![]() |
MeLOn
|
▼Nmelon | |
▼Nkernel | |
CKernel | Abstract parent class for kernel implementations |
CKernelCompositeAdd | Composite kernel which on evaluation adds the evaluation results of its subkernels |
CKernelCompositeMultiply | Composite kernel which on evaluation multiplies the evaluation results of its subkernels |
CKernelConstant | Kernel which always returns a constant value |
CKernelData | Struct containing kernel parameters |
CKernelRBF | Implementation of Radial Basis Function kernel |
CMatern | Abstract parent class for matern kernels |
CMatern12 | Class implementation of Matern12 kernel |
CMatern32 | Class implementation of Matern32 kernel |
CMatern52 | Class implementation of Matern52 kernel |
CMaternInf | Class implementation of MaternInf kernel |
CStationaryKernel | |
CAnnData | Struct containing all information regarding the structure of a feedforward neural network |
CAnnNormalizationParameters | Struct containing the parameters required for input normalization and output denormalization of a feedforward neural network |
CAnnParser | This class implements an abstract parent class for ANN file parser |
CAnnParserCsv | This class implements an specialization of the AnnParser for csv files |
CAnnParserFactory | This class is a factory class for creating child instances of AnnParser |
CAnnParserXml | This class implements an specialization of the AnnParser for xml files |
CAnnStructure | Struct containing all information regarding the structure of a feedforward neural network |
CAnnWeights | Struct containing the different weights of a feedforward neural network |
CFeedForwardNet | This class represents a feed foward artificial network to be used in the MAiNGO solver |
CGaussianProcess | This class represents a Gaussian process, to be used in the MAiNGO solver |
CGPData | Struct containing all information regarding the Gaussian process |
CGpParser | This class implements a Gaussian process file parser |
CGpParserFactory | This class is a factory class for creating child instances of GpParser |
CIdentityScaler | Class implementing an identity scaling algorithm |
CMelonModel | |
CMinMaxScaler | Class implementing a MinMax-Scaling algorithm |
CModelParser | This class is a abstract parent class for model parser implemented in the MeLOn library |
CModelParserFactory | This class is a abstract parent class for model parser factories implemented in the MeLOn library |
CMulfilGp | Class that represents a multifidelity Gaussian process, to be used in the MAiNGO solver |
CMulfilGpData | |
CMulfilGpParser | Class that implements a multifidelity Gaussian process file parser |
CMulfilGpParserFactory | Class that implements a factory for creating child instances of MulfilGpParser |
CScaler | Abstract class defining scaling algorithm |
CScalerData | Base struct from which data structs of different scalers can be derived |
CScalerFactory | This class is a factory class for creating child instances of Scaler |
CStandardScaler | Class implementing a Standard-Scaling algorithm |
CSupportVectorMachine | Class defining support vector machine to be used in the MAiNGO solver |
CSupportVectorMachineOneClass | Class defining support vector machine for one class classification to be used in the MAiNGO solver |
CSupportVectorRegression | Class defining support vector machine for regression to be used in the MAiNGO solver |
CSvmData | Struct containing all information regarding the support vector machine |
CSvmParser | This class implements a support vector machine file parser |
CSvmParserFactory | This class is a factory class for creating child instances of SvmParser |
▼Ntinyxml2 | |
CDynArray | |
CEntity | |
CLongFitsIntoSizeTMinusOne | |
CLongFitsIntoSizeTMinusOne< false > | |
CMemPool | |
▼CMemPoolT | |
CBlock | |
CItem | |
CStrPair | |
CXMLAttribute | |
CXMLComment | |
CXMLConstHandle | |
CXMLDeclaration | |
▼CXMLDocument | |
CDepthTracker | |
CXMLElement | |
CXMLHandle | |
CXMLNode | |
CXMLPrinter | |
CXMLText | |
CXMLUnknown | |
CXMLUtil | |
CXMLVisitor | |
CMelonException | This class defines the exceptions thrown by FeedForwardNet |
CModelData | Abstract class from which specific model data object can be derived and enabling polymorphism |
CMulFilGpData | Struct that contains all information for creating a multifidelity Gaussian process |
CStationary | Abstract parent class for stationary kernel implementations |