C# 클래스 MetFragNET.Scoring.Scorer

파일 보기 프로젝트 열기: NonlinearDynamics/MetFrag.NET 1 사용 예제들

공개 메소드들

메소드 설명
Score ( double>.IList spectrumPeaks, IEnumerable matchedFragments, double compoundTotalBondEnergy ) : double

비공개 메소드들

메소드 설명
WeightedIntensity ( double mass, double intensity, double energyRequiredToFormFragment, double bondEnergyOfUnfragmentedMolecule, double maxSpectrumInensity ) : double

Returns the "weighted intensity" for a peak in the spectrum. This combines mass, intensity and bond energy to produce a weight for the peak, with higher weighted peaks contributing to the score more.

메소드 상세

Score() 공개 메소드

public Score ( double>.IList spectrumPeaks, IEnumerable matchedFragments, double compoundTotalBondEnergy ) : double
spectrumPeaks double>.IList
matchedFragments IEnumerable
compoundTotalBondEnergy double
리턴 double