C# 클래스 ImsInformed.Domain.LiquidChromatography.FeatureBlobNet

The feature blob net.
파일 보기 프로젝트 열기: PNNL-Comp-Mass-Spec/IMS-Informed-Library

공개 메소드들

메소드 설명
FeatureBlobNet ( FeatureBlob featureBlob, double normalizedElutionTime ) : MultiDimensionalPeakFinding.PeakDetection

Initializes a new instance of the FeatureBlobNet class.

메소드 상세

FeatureBlobNet() 공개 메소드

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. ///
리턴 MultiDimensionalPeakFinding.PeakDetection