C# Class Segmenter.Model.Seekers.DifferenceAverageIntervalExtractor

That's the seeker for allocate words with characteristic differences of the arithmetic mean and geometric mean of the interval
Inheritance: WordExtractor
Afficher le fichier Open project: intervals-mining-lab/libiada-core

Méthodes publiques

Méthode Description
CalculateStd ( ComplexChain convoluted, int windowLen ) : void

Calculate std method.

DifferenceAverageIntervalExtractor ( ) : System

Initializes a new instance of the DifferenceAverageIntervalExtractor class.

Find ( ContentValues par ) : List>?.KeyValuePair

The find.

Method Details

CalculateStd() public méthode

Calculate std method.
public CalculateStd ( ComplexChain convoluted, int windowLen ) : void
convoluted Segmenter.Base.Sequences.ComplexChain /// The convoluted. ///
windowLen int /// The window len. ///
Résultat void

DifferenceAverageIntervalExtractor() public méthode

Initializes a new instance of the DifferenceAverageIntervalExtractor class.
public DifferenceAverageIntervalExtractor ( ) : System
Résultat System

Find() public final méthode

The find.
public final Find ( ContentValues par ) : List>?.KeyValuePair
par ContentValues /// The par. ///
Résultat List>?.KeyValuePair