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

Cut rule with default starts and ends.
상속: CutRule
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

공개 메소드들

메소드 설명
DefaultCutRule ( List starts, List ends ) : System.Collections.Generic

Initializes a new instance of the DefaultCutRule class.

DefaultCutRule ( int start, int end ) : System.Collections.Generic

Initializes a new instance of the DefaultCutRule class with one subsequence.

GetIterator ( ) : CutRuleIterator

Returns iterator for this cut rule.

메소드 상세

DefaultCutRule() 공개 메소드

Initializes a new instance of the DefaultCutRule class.
public DefaultCutRule ( List starts, List ends ) : System.Collections.Generic
starts List /// Start positions of subsequences. ///
ends List /// End positions of subsequences. ///
리턴 System.Collections.Generic

DefaultCutRule() 공개 메소드

Initializes a new instance of the DefaultCutRule class with one subsequence.
public DefaultCutRule ( int start, int end ) : System.Collections.Generic
start int /// Start position of subsequence. ///
end int /// End position of subsequence. ///
리턴 System.Collections.Generic

GetIterator() 공개 메소드

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