C# Class SIL.Cog.Domain.Components.RegularSoundCorrespondenceThresholdTable

ファイルを表示 Open project: sillsdev/cog Class Usage Examples

Public Methods

Method Description
RegularSoundCorrespondenceThresholdTable ( ) : System
TryGetThreshold ( int wordListSize, int seg1Count, int seg2Count, int &threshold ) : bool

Method Details

RegularSoundCorrespondenceThresholdTable() public method

public RegularSoundCorrespondenceThresholdTable ( ) : System
return System

TryGetThreshold() public method

public TryGetThreshold ( int wordListSize, int seg1Count, int seg2Count, int &threshold ) : bool
wordListSize int
seg1Count int
seg2Count int
threshold int
return bool