OpenMS
2.7.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 | |
Main OpenMS namespace. | |
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 |