C# Класс Segmenter.Model.Seekers.ProbabilityExtractor

Finds hits of word and calculates its characteristics to select the most perfect occurrence
Наследование: SubwordExtractor
Показать файл Открыть проект

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

Метод Описание
CalculateStd ( ComplexChain convoluted, double pbalance, int windowLen, int length, CriterionMethod criteriaCalculator ) : void

The calculate std.

Find ( ContentValues par ) : List>?.KeyValuePair

The find.

Описание методов

CalculateStd() публичный Метод

The calculate std.
public CalculateStd ( ComplexChain convoluted, double pbalance, int windowLen, int length, CriterionMethod criteriaCalculator ) : void
convoluted Segmenter.Base.Sequences.ComplexChain /// The convoluted. ///
pbalance double /// The pbalance. ///
windowLen int /// The window len. ///
length int /// The length. ///
criteriaCalculator Segmenter.Model.Criterion.CriterionMethod /// The criteria calculator. ///
Результат void

Find() публичный закрытый Метод

The find.
public final Find ( ContentValues par ) : List>?.KeyValuePair
par ContentValues /// The par. ///
Результат List>?.KeyValuePair