MeLOn
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nmelon
 Nkernel
 CKernelAbstract parent class for kernel implementations
 CKernelCompositeAddComposite kernel which on evaluation adds the evaluation results of its subkernels
 CKernelCompositeMultiplyComposite kernel which on evaluation multiplies the evaluation results of its subkernels
 CKernelConstantKernel which always returns a constant value
 CKernelDataStruct containing kernel parameters
 CKernelRBFImplementation of Radial Basis Function kernel
 CMaternAbstract parent class for matern kernels
 CMatern12Class implementation of Matern12 kernel
 CMatern32Class implementation of Matern32 kernel
 CMatern52Class implementation of Matern52 kernel
 CMaternInfClass implementation of MaternInf kernel
 CStationaryKernel
 CAnnDataStruct containing all information regarding the structure of a feedforward neural network
 CAnnNormalizationParametersStruct containing the parameters required for input normalization and output denormalization of a feedforward neural network
 CAnnParserThis class implements an abstract parent class for ANN file parser
 CAnnParserCsvThis class implements an specialization of the AnnParser for csv files
 CAnnParserFactoryThis class is a factory class for creating child instances of AnnParser
 CAnnParserXmlThis class implements an specialization of the AnnParser for xml files
 CAnnStructureStruct containing all information regarding the structure of a feedforward neural network
 CAnnWeightsStruct containing the different weights of a feedforward neural network
 CFeedForwardNetThis class represents a feed foward artificial network to be used in the MAiNGO solver
 CGaussianProcessThis class represents a Gaussian process, to be used in the MAiNGO solver
 CGPDataStruct containing all information regarding the Gaussian process
 CGpParserThis class implements a Gaussian process file parser
 CGpParserFactoryThis class is a factory class for creating child instances of GpParser
 CIdentityScalerClass implementing an identity scaling algorithm
 CMelonModel
 CMinMaxScalerClass implementing a MinMax-Scaling algorithm
 CModelParserThis class is a abstract parent class for model parser implemented in the MeLOn library
 CModelParserFactoryThis class is a abstract parent class for model parser factories implemented in the MeLOn library
 CMulfilGpClass that represents a multifidelity Gaussian process, to be used in the MAiNGO solver
 CMulfilGpData
 CMulfilGpParserClass that implements a multifidelity Gaussian process file parser
 CMulfilGpParserFactoryClass that implements a factory for creating child instances of MulfilGpParser
 CScalerAbstract class defining scaling algorithm
 CScalerDataBase struct from which data structs of different scalers can be derived
 CScalerFactoryThis class is a factory class for creating child instances of Scaler
 CStandardScalerClass implementing a Standard-Scaling algorithm
 CSupportVectorMachineClass defining support vector machine to be used in the MAiNGO solver
 CSupportVectorMachineOneClassClass defining support vector machine for one class classification to be used in the MAiNGO solver
 CSupportVectorRegressionClass defining support vector machine for regression to be used in the MAiNGO solver
 CSvmDataStruct containing all information regarding the support vector machine
 CSvmParserThis class implements a support vector machine file parser
 CSvmParserFactoryThis 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
 CMelonExceptionThis class defines the exceptions thrown by FeedForwardNet
 CModelDataAbstract class from which specific model data object can be derived and enabling polymorphism
 CMulFilGpDataStruct that contains all information for creating a multifidelity Gaussian process
 CStationaryAbstract parent class for stationary kernel implementations