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

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

공개 메소드들

메소드 설명
CutRuleWithFixedStart ( int length, int step )

Initializes a new instance of the CutRuleWithFixedStart class.

GetIterator ( ) : CutRuleIterator

The get iterator.

메소드 상세

CutRuleWithFixedStart() 공개 메소드

Initializes a new instance of the CutRuleWithFixedStart class.
public CutRuleWithFixedStart ( int length, int step )
length int /// Length of full chain. ///
step int /// The step. ///

GetIterator() 공개 메소드

The get iterator.
public GetIterator ( ) : CutRuleIterator
리턴 CutRuleIterator