C# 클래스 Segmenter.Model.Criterion.CriterionMinSymmetryByIntervals

The criterion of "minimum symmetry by intervals". As taxons are the words of the intervals and merons - parts word intervals.
상속: Criterion
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

공개 메소드들

메소드 설명
CriterionMinSymmetryByIntervals ( ThresholdVariator threshold, double precision ) : System

Initializes a new instance of the CriterionMinSymmetryByIntervals class.

Distortion ( ComplexChain chain, FrequencyDictionary alphabet ) : double

The distortion.

GetMeronsValue ( FrequencyDictionary alphabet ) : double

The get merons value.

GetTaxonsValue ( FrequencyDictionary alphabet ) : double

The get taxons value.

State ( ComplexChain chain, FrequencyDictionary alphabet ) : bool

The state.

메소드 상세

CriterionMinSymmetryByIntervals() 공개 메소드

Initializes a new instance of the CriterionMinSymmetryByIntervals class.
public CriterionMinSymmetryByIntervals ( 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 ComplexChain /// The chain. ///
alphabet FrequencyDictionary /// The alphabet. ///
리턴 double

GetMeronsValue() 공개 메소드

The get merons value.
public GetMeronsValue ( FrequencyDictionary alphabet ) : double
alphabet FrequencyDictionary /// The alphabet. ///
리턴 double

GetTaxonsValue() 공개 메소드

The get taxons value.
public GetTaxonsValue ( FrequencyDictionary alphabet ) : double
alphabet FrequencyDictionary /// The alphabet. ///
리턴 double

State() 공개 메소드

The state.
public State ( ComplexChain chain, FrequencyDictionary alphabet ) : bool
chain ComplexChain /// The chain. ///
alphabet FrequencyDictionary /// The alphabet. ///
리턴 bool