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

The criterion shreder by words.
상속: Criterion
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

공개 메소드들

메소드 설명
CriterionShrederByWords ( ThresholdVariator threshold, double precision ) : Segmenter.Base.Collectors

Initializes a new instance of the CriterionShrederByWords class.

Distortion ( ComplexChain chain, FrequencyDictionary alphabet ) : double

The distortion.

State ( ComplexChain chain, FrequencyDictionary alphabet ) : bool

The state.

메소드 상세

CriterionShrederByWords() 공개 메소드

Initializes a new instance of the CriterionShrederByWords class.
public CriterionShrederByWords ( ThresholdVariator threshold, double precision ) : Segmenter.Base.Collectors
threshold Segmenter.Model.Threshold.ThresholdVariator /// A rule for handle a threshold value. ///
precision double /// The precision. ///
리턴 Segmenter.Base.Collectors

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