![]() |
OpenMS
3.0.0
|
#include <OpenMS/DATASTRUCTURES/Matrix.h>Go to the source code of this file.
Classes | |
| class | LocalLinearMap |
| Trained Local Linear Map (LLM) model for peak intensity prediction. More... | |
| struct | LocalLinearMap::LLMParam |
| Define parameters needed by the Local Linear Map (LLM) model. More... | |
Namespaces | |
| OpenMS | |
| FLASHIda C++ to C# (or vice versa) bridge functions The functions here are called in C# to invoke functions in FLASHIda class. | |
| struct OpenMS::LocalLinearMap::LLMParam |
Define parameters needed by the Local Linear Map (LLM) model.
Parameters xdim and ydim define the size of the two dimensional grid structure. Parameter radius gives the width of the Gaussian neighborhood function.
| Class Members | ||
|---|---|---|
| double | radius |
width of Gaussian neighborhood function |
| UInt | xdim |
size of first coordinate |
| UInt | ydim |
size of second coordinate |