C# Class Segmenter.Model.Criterion.CriterionAttitudeOfRemoteness

Provides search for a criterion of integrity the following rule Average word length is no more than the ratio of log2(Interval(M))/log2(Interval(m))
Inheritance: Criterion
显示文件 Open project: intervals-mining-lab/libiada-core

Public Methods

Method Description
CriterionAttitudeOfRemoteness ( ThresholdVariator threshold, double precision ) : System

Initializes a new instance of the CriterionAttitudeOfRemoteness class.

Distortion ( ComplexChain chain, FrequencyDictionary alphabet ) : double

The distortion.

State ( ComplexChain chain, FrequencyDictionary alphabet ) : bool

The state.

Method Details

CriterionAttitudeOfRemoteness() public method

Initializes a new instance of the CriterionAttitudeOfRemoteness class.
public CriterionAttitudeOfRemoteness ( ThresholdVariator threshold, double precision ) : System
threshold Segmenter.Model.Threshold.ThresholdVariator /// A rule for handling a threshold value. ///
precision double /// Additional value to. ///
return System

Distortion() public method

The distortion.
public Distortion ( ComplexChain chain, FrequencyDictionary alphabet ) : double
chain Segmenter.Base.Sequences.ComplexChain /// The chain. ///
alphabet Segmenter.Base.Collectors.FrequencyDictionary /// The alphabet. ///
return double

State() public method

The state.
public State ( ComplexChain chain, FrequencyDictionary alphabet ) : bool
chain Segmenter.Base.Sequences.ComplexChain /// The chain. ///
alphabet Segmenter.Base.Collectors.FrequencyDictionary /// The alphabet. ///
return bool