C# Class ImsInformed.Domain.LiquidChromatography.FeatureBlobNet

The feature blob net.
Datei anzeigen Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library

Public Methods

Method Description
FeatureBlobNet ( FeatureBlob featureBlob, double normalizedElutionTime ) : MultiDimensionalPeakFinding.PeakDetection

Initializes a new instance of the FeatureBlobNet class.

Method Details

FeatureBlobNet() public method

Initializes a new instance of the FeatureBlobNet class.
public FeatureBlobNet ( FeatureBlob featureBlob, double normalizedElutionTime ) : MultiDimensionalPeakFinding.PeakDetection
featureBlob FeatureBlob /// The feature blob. ///
normalizedElutionTime double /// The normalized elution time. ///
return MultiDimensionalPeakFinding.PeakDetection