SIL.Cog.Domain.Components.Aline.Aline C# (CSharp) Method

Aline() public method

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
return System.Collections.Generic
        public Aline(SegmentPool segmentPool, IEnumerable<SymbolicFeature> relevantVowelFeatures, IEnumerable<SymbolicFeature> relevantConsFeatures,
			IDictionary<SymbolicFeature, int> featureWeights, IDictionary<FeatureSymbol, int> valueMetrics)
            : this(segmentPool, relevantVowelFeatures, relevantConsFeatures, featureWeights, valueMetrics, new AlineSettings())
        {
        }

Same methods

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