C# Class ImsInformed.Domain.DataAssociation.AssociationHypothesisInfo

显示文件 Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Public Properties

Property Type Description
ProbabilityOfDataGivenHypothesis double
ProbabilityOfHypothesisGivenData double

Public Methods

Method Description
AssociationHypothesisInfo ( double probabilityOfDataGivenHypothesis, double probabilityOfHypothesisGivenData ) : System

Initializes a new instance of the AssociationHypothesisInfo class.

Method Details

AssociationHypothesisInfo() public method

Initializes a new instance of the AssociationHypothesisInfo class.
public AssociationHypothesisInfo ( double probabilityOfDataGivenHypothesis, double probabilityOfHypothesisGivenData ) : System
probabilityOfDataGivenHypothesis double /// The probability of data given hypothesis. ///
probabilityOfHypothesisGivenData double /// The probability of hypothesis given data. ///
return System

Property Details

ProbabilityOfDataGivenHypothesis public_oe property

The probability of data given hypothesis.
public double ProbabilityOfDataGivenHypothesis
return double

ProbabilityOfHypothesisGivenData public_oe property

The probability of hypothesis given data.
public double ProbabilityOfHypothesisGivenData
return double