C# Class ImsInformed.Scoring.PeakScores

Afficher le fichier Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Méthodes publiques

Свойство Type Description
IntensityScore double
IsotopicScore double
PeakShapeScore double

Méthodes publiques

Méthode Description
PeakScores ( double intensityScore, double isotopicScore, double peakShapeScore ) : System

Initializes a new instance of the PeakScores class.

Method Details

PeakScores() public méthode

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. ///
Résultat System

Property Details

IntensityScore public_oe property

The intensity score.
public double IntensityScore
Résultat double

IsotopicScore public_oe property

The isotopic score.
public double IsotopicScore
Résultat double

PeakShapeScore public_oe property

The peak shape score.
public double PeakShapeScore
Résultat double