C# Class LibiadaCore.Misc.SpaceReorganizers.NullCycleSpaceReorganizer

The null cycle space reorganizer.
Inheritance: SpaceReorganizer
Show file Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Methods

Method Description
NullCycleSpaceReorganizer ( int level ) : System

Initializes a new instance of the NullCycleSpaceReorganizer class.

Reorganize ( AbstractChain source ) : AbstractChain

Reorganizes source chain.

Method Details

NullCycleSpaceReorganizer() public method

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

Reorganize() public method

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