C# Class PhantomChains.PhantomChainGenerator

Phantom sequences generator.
Afficher le fichier Open project: intervals-mining-lab/libiada-core

Méthodes publiques

Свойство Type Description
Variants ulong

Méthodes publiques

Méthode Description
Generate ( ulong count ) : List

Generates given number of sequences.

PhantomChainGenerator ( BaseChain chain, IGenerator generator ) : System

Initializes a new instance of the PhantomChainGenerator class.

Method Details

Generate() public méthode

Generates given number of sequences.
public Generate ( ulong count ) : List
count ulong /// Required sequences count. ///
Résultat List

PhantomChainGenerator() public méthode

Initializes a new instance of the PhantomChainGenerator class.
public PhantomChainGenerator ( BaseChain chain, IGenerator generator ) : System
chain LibiadaCore.Core.BaseChain /// The chain. ///
generator IGenerator /// The gen. ///
Résultat System

Property Details

Variants public_oe property

Number of possible variants for given sequence.
public ulong Variants
Résultat ulong