C# Class ImsInformed.Scoring.VoltageGroupScoring

The voltage group score.
Afficher le fichier Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library

Méthodes publiques

Méthode Description
ComputeAverageVoltageGroupStabilityScore ( IEnumerable groups ) : double

A voltage group has stability higher score if the voltage group has more accumulations, less variations on voltage, temperature and pressure.

ComputeVoltageGroupStabilityScore ( VoltageGroup group ) : double

A voltage group has stability higher score if the voltage group has more accumulations, less variations on voltage, temperature and pressure.

Method Details

ComputeAverageVoltageGroupStabilityScore() public static méthode

A voltage group has stability higher score if the voltage group has more accumulations, less variations on voltage, temperature and pressure.
public static ComputeAverageVoltageGroupStabilityScore ( IEnumerable groups ) : double
groups IEnumerable
Résultat double

ComputeVoltageGroupStabilityScore() public static méthode

A voltage group has stability higher score if the voltage group has more accumulations, less variations on voltage, temperature and pressure.
public static ComputeVoltageGroupStabilityScore ( VoltageGroup group ) : double
group VoltageGroup /// The group. ///
Résultat double