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
Afficher le fichier Open project: intervals-mining-lab/libiada-core

Méthodes publiques

Méthode 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 méthode

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. ///
Résultat System

Distortion() public méthode

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

State() public méthode

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