C# Class LibiadaCore.Misc.SpaceReorganizers.NullCycleSpaceReorganizer

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

Méthodes publiques

Méthode Description
NullCycleSpaceReorganizer ( int level ) : System

Initializes a new instance of the NullCycleSpaceReorganizer class.

Reorganize ( AbstractChain source ) : AbstractChain

Reorganizes source chain.

Method Details

NullCycleSpaceReorganizer() public méthode

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

Reorganize() public méthode

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