C# Class PhantomChains.PhantomChainGenerator

Phantom sequences generator.
Exibir arquivo Open project: intervals-mining-lab/libiada-core

Public Properties

Property Type Description
Variants ulong

Public Methods

Method 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 method

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

PhantomChainGenerator() public method

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. ///
return System

Property Details

Variants public_oe property

Number of possible variants for given sequence.
public ulong Variants
return ulong