C# 클래스 LibiadaCore.Misc.SpaceReorganizers.NullCycleSpaceReorganizer

The null cycle space reorganizer.
상속: SpaceReorganizer
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

공개 메소드들

메소드 설명
NullCycleSpaceReorganizer ( int level ) : System

Initializes a new instance of the NullCycleSpaceReorganizer class.

Reorganize ( AbstractChain source ) : AbstractChain

Reorganizes source chain.

메소드 상세

NullCycleSpaceReorganizer() 공개 메소드

Initializes a new instance of the NullCycleSpaceReorganizer class.
public NullCycleSpaceReorganizer ( int level ) : System
level int /// Level of markov chain. ///
리턴 System

Reorganize() 공개 메소드

Reorganizes source chain.
/// Thrown if level is less than 0. ///
public Reorganize ( AbstractChain source ) : AbstractChain
source LibiadaCore.Core.AbstractChain /// Source chain. ///
리턴 LibiadaCore.Core.AbstractChain