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
ファイルを表示 Open project: intervals-mining-lab/libiada-core

Public Methods

Method 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 method

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

DifferenceAverageIntervalExtractor() public method

Initializes a new instance of the DifferenceAverageIntervalExtractor class.
public DifferenceAverageIntervalExtractor ( ) : System
return System

Find() public final method

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