C# Class Segmenter.Model.Criterion.CriterionMinimumRegularity

The criterion of minimum regularity. Allows you to identify the most irregular chain.
Inheritance: Criterion
Afficher le fichier Open project: intervals-mining-lab/libiada-core

Méthodes publiques

Méthode Description
CriterionMinimumRegularity ( ThresholdVariator threshold, double precision ) : System

Initializes a new instance of the CriterionMinimumRegularity class.

Distortion ( ComplexChain chain, FrequencyDictionary alphabet ) : double

The distortion.

State ( ComplexChain chain, FrequencyDictionary alphabet ) : bool

The state.

Method Details

CriterionMinimumRegularity() public méthode

Initializes a new instance of the CriterionMinimumRegularity class.
public CriterionMinimumRegularity ( 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