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

The cut rule for chain. Contains start and end positions for all subsequences.
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Ends List
Starts List

공개 메소드들

메소드 설명
GetIterator ( ) : CutRuleIterator

Method returning iterator for this cut rule.

메소드 상세

GetIterator() 공개 추상적인 메소드

Method returning iterator for this cut rule.
public abstract GetIterator ( ) : CutRuleIterator
리턴 CutRuleIterator

프로퍼티 상세

Ends 보호되어 있는 프로퍼티

The stops.
protected List Ends
리턴 List

Starts 보호되어 있는 프로퍼티

The starts.
protected List Starts
리턴 List