OpenMS  2.7.0
Classes | Namespaces
LocalLinearMap.h File Reference
#include <OpenMS/DATASTRUCTURES/Matrix.h>
Include dependency graph for LocalLinearMap.h:
This graph shows which files directly or indirectly include this file:

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.
 

Class Documentation

◆ OpenMS::LocalLinearMap::LLMParam

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.

Collaboration diagram for LocalLinearMap::LLMParam:
[legend]
Class Members
double radius

width of Gaussian neighborhood function

UInt xdim

size of first coordinate

UInt ydim

size of second coordinate