C# Класс Segmenter.Model.Criterion.CriterionMinSymmetryByShrader

The criterion of "minimum of symmetry." Calculates the minimum value of the symmetry of the chain. This is not a master criterion, since, as meron uses the same elements as in the calculation of taxons.
Наследование: Criterion
Показать файл Открыть проект

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

Метод Описание
CriterionMinSymmetryByShrader ( ThresholdVariator threshold, double precision ) : System

Initializes a new instance of the CriterionMinSymmetryByShrader class.

Distortion ( ComplexChain chain, FrequencyDictionary alphabet ) : double

The distortion.

State ( ComplexChain chain, FrequencyDictionary alphabet ) : bool

The state.

Приватные методы

Метод Описание
Symmetry ( FrequencyDictionary alphabet ) : double

The symmetry.

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

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

Initializes a new instance of the CriterionMinSymmetryByShrader class.
public CriterionMinSymmetryByShrader ( ThresholdVariator threshold, double precision ) : System
threshold Segmenter.Model.Threshold.ThresholdVariator /// The threshold. ///
precision double /// The precision. ///
Результат System

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

The distortion.
public Distortion ( ComplexChain chain, FrequencyDictionary alphabet ) : double
chain Segmenter.Base.Sequences.ComplexChain /// The chain. ///
alphabet Segmenter.Base.Collectors.FrequencyDictionary /// The alphabet. ///
Результат double

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

The state.
public State ( ComplexChain chain, FrequencyDictionary alphabet ) : bool
chain Segmenter.Base.Sequences.ComplexChain /// The chain. ///
alphabet Segmenter.Base.Collectors.FrequencyDictionary /// The alphabet. ///
Результат bool