C# Класс SIL.Cog.Domain.Components.Aline

Наследование: SIL.Cog.Domain.Components.WordAlignerBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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