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

Cut rule with fixed and shifted start.
상속: CutRule
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

공개 메소드들

메소드 설명
CutRuleWithShiftedAndFixedStart ( int length, int step, int startShift )

Initializes a new instance of the CutRuleWithShiftedAndFixedStart class.

GetIterator ( ) : CutRuleIterator

Returns iterator.

메소드 상세

CutRuleWithShiftedAndFixedStart() 공개 메소드

Initializes a new instance of the CutRuleWithShiftedAndFixedStart class.
public CutRuleWithShiftedAndFixedStart ( int length, int step, int startShift )
length int /// Length of source chain. ///
step int /// Size of shift in elements. ///
startShift int /// Shift of the start in elements. ///

GetIterator() 공개 메소드

Returns iterator.
public GetIterator ( ) : CutRuleIterator
리턴 CutRuleIterator