C# Class ImsInformed.Scoring.PeakScores

Datei anzeigen Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Public Properties

Property Type Description
IntensityScore double
IsotopicScore double
PeakShapeScore double

Public Methods

Method Description
PeakScores ( double intensityScore, double isotopicScore, double peakShapeScore ) : System

Initializes a new instance of the PeakScores class.

Method Details

PeakScores() public method

Initializes a new instance of the PeakScores class.
public PeakScores ( double intensityScore, double isotopicScore, double peakShapeScore ) : System
intensityScore double /// The intensity score. ///
isotopicScore double /// The isotopic score. ///
peakShapeScore double /// The peak shape score. ///
return System

Property Details

IntensityScore public_oe property

The intensity score.
public double IntensityScore
return double

IsotopicScore public_oe property

The isotopic score.
public double IsotopicScore
return double

PeakShapeScore public_oe property

The peak shape score.
public double PeakShapeScore
return double