C# 클래스 SIL.Cog.Domain.Components.Aline

상속: SIL.Cog.Domain.Components.WordAlignerBase
파일 보기 프로젝트 열기: sillsdev/cog 1 사용 예제들

공개 메소드들

메소드 설명
Aline ( SegmentPool segmentPool, IEnumerable relevantVowelFeatures, IEnumerable relevantConsFeatures, int>.IDictionary featureWeights, int>.IDictionary valueMetrics ) : System.Collections.Generic
Aline ( SegmentPool segmentPool, IEnumerable relevantVowelFeatures, IEnumerable relevantConsFeatures, int>.IDictionary featureWeights, int>.IDictionary valueMetrics, SIL.Cog.Domain.Components.AlineSettings settings ) : System.Collections.Generic
Delta ( FeatureStruct fs1, FeatureStruct fs2 ) : int

메소드 상세

Aline() 공개 메소드

public Aline ( SegmentPool segmentPool, IEnumerable relevantVowelFeatures, IEnumerable relevantConsFeatures, int>.IDictionary featureWeights, int>.IDictionary valueMetrics ) : System.Collections.Generic
segmentPool SegmentPool
relevantVowelFeatures IEnumerable
relevantConsFeatures IEnumerable
featureWeights int>.IDictionary
valueMetrics int>.IDictionary
리턴 System.Collections.Generic

Aline() 공개 메소드

public Aline ( SegmentPool segmentPool, IEnumerable relevantVowelFeatures, IEnumerable relevantConsFeatures, int>.IDictionary featureWeights, int>.IDictionary valueMetrics, SIL.Cog.Domain.Components.AlineSettings settings ) : System.Collections.Generic
segmentPool SegmentPool
relevantVowelFeatures IEnumerable
relevantConsFeatures IEnumerable
featureWeights int>.IDictionary
valueMetrics int>.IDictionary
settings SIL.Cog.Domain.Components.AlineSettings
리턴 System.Collections.Generic

Delta() 공개 메소드

public Delta ( FeatureStruct fs1, FeatureStruct fs2 ) : int
fs1 FeatureStruct
fs2 FeatureStruct
리턴 int