C# Class ImsInformed.Scoring.VoltageGroupScoring

The voltage group score.
Datei anzeigen Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library

Public Methods

Method 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 method

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
return double

ComputeVoltageGroupStabilityScore() public static method

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. ///
return double