C# Class ImsInformed.Domain.DataAssociation.AssociationHypothesisInfo

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

Méthodes publiques

Свойство Type Description
ProbabilityOfDataGivenHypothesis double
ProbabilityOfHypothesisGivenData double

Méthodes publiques

Méthode Description
AssociationHypothesisInfo ( double probabilityOfDataGivenHypothesis, double probabilityOfHypothesisGivenData ) : System

Initializes a new instance of the AssociationHypothesisInfo class.

Method Details

AssociationHypothesisInfo() public méthode

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

Property Details

ProbabilityOfDataGivenHypothesis public_oe property

The probability of data given hypothesis.
public double ProbabilityOfDataGivenHypothesis
Résultat double

ProbabilityOfHypothesisGivenData public_oe property

The probability of hypothesis given data.
public double ProbabilityOfHypothesisGivenData
Résultat double