C# 클래스 LibiadaCore.Misc.Iterators.SimpleCutRule

A simple cut rule.
상속: CutRule
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

공개 메소드들

메소드 설명
GetIterator ( ) : CutRuleIterator

Creates an iterator for this cut rule.

SimpleCutRule ( int chainLength, int step, int windowLength )

Initializes a new instance of the SimpleCutRule class.

메소드 상세

GetIterator() 공개 메소드

Creates an iterator for this cut rule.
public GetIterator ( ) : CutRuleIterator
리턴 CutRuleIterator

SimpleCutRule() 공개 메소드

Initializes a new instance of the SimpleCutRule class.
public SimpleCutRule ( int chainLength, int step, int windowLength )
chainLength int /// Chain length. ///
step int /// Shift of iterator. ///
windowLength int /// Length of returned subsequence. ///