C# Class ImsInformed.Domain.DataAssociation.IonTrackers.RANSACIonTracker

The ransac ion tracker.
Inheritance: IIonTracker
Show file Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library

Public Methods

Method Description
FindOptimumHypothesis ( IEnumerable observations, double driftTubeLength, IImsTarget target, CrossSectionSearchParameters parameters ) : AssociationHypothesis
FindOptimumHypothesis ( IEnumerable observations, double driftTubeLength, IImsTarget target, CrossSectionSearchParameters parameters, int numberOfVoltageGroups ) : AssociationHypothesis

Method Details

FindOptimumHypothesis() public method

public FindOptimumHypothesis ( IEnumerable observations, double driftTubeLength, IImsTarget target, CrossSectionSearchParameters parameters ) : AssociationHypothesis
observations IEnumerable
driftTubeLength double
target IImsTarget
parameters ImsInformed.Workflows.CrossSectionExtraction.CrossSectionSearchParameters
return AssociationHypothesis

FindOptimumHypothesis() public method

public FindOptimumHypothesis ( IEnumerable observations, double driftTubeLength, IImsTarget target, CrossSectionSearchParameters parameters, int numberOfVoltageGroups ) : AssociationHypothesis
observations IEnumerable
driftTubeLength double
target IImsTarget
parameters ImsInformed.Workflows.CrossSectionExtraction.CrossSectionSearchParameters
numberOfVoltageGroups int
return AssociationHypothesis