C# 클래스 LibiadaCore.Core.IntervalsManagers.CongenericIntervalsManager

The congeneric intervals manager.
상속: ICongenericIntervalsManager
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FillIntervals void

공개 메소드들

메소드 설명
CongenericIntervalsManager ( CongenericChain chain ) : System

Initializes a new instance of the CongenericIntervalsManager class.

CongenericIntervalsManager ( int intervals, int start, int end ) : System

Initializes a new instance of the CongenericIntervalsManager class.

GetIntervals ( Link link ) : int[]

Method, returning intervals array by link.

비공개 메소드들

메소드 설명
FillIntervals ( int positions, int sequenceLength ) : void

The fill intervals.

메소드 상세

CongenericIntervalsManager() 공개 메소드

Initializes a new instance of the CongenericIntervalsManager class.
public CongenericIntervalsManager ( CongenericChain chain ) : System
chain CongenericChain /// The chain. ///
리턴 System

CongenericIntervalsManager() 공개 메소드

Initializes a new instance of the CongenericIntervalsManager class.
public CongenericIntervalsManager ( int intervals, int start, int end ) : System
intervals int /// The intervals. ///
start int /// The start. ///
end int /// The end. ///
리턴 System

GetIntervals() 공개 메소드

Method, returning intervals array by link.
public GetIntervals ( Link link ) : int[]
link Link /// Link of intervals in chain. ///
리턴 int[]