C# 클래스 Segmenter.Model.Seekers.DifferenceAverageIntervalExtractor

That's the seeker for allocate words with characteristic differences of the arithmetic mean and geometric mean of the interval
상속: WordExtractor
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

공개 메소드들

메소드 설명
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.

메소드 상세

CalculateStd() 공개 메소드

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

DifferenceAverageIntervalExtractor() 공개 메소드

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

Find() 공개 최종 메소드

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