C# Class LibiadaCore.Core.Characteristics.Calculators.ElementsCount

Elements count.
Inheritance: ICalculator
Afficher le fichier Open project: intervals-mining-lab/libiada-core Class Usage Examples

Méthodes publiques

Méthode Description
Calculate ( Chain chain, Link link ) : double

Amount of not empty positions, in other words elements count.

Calculate ( CongenericChain chain, Link link ) : double

Amount of not empty positions, in other words elements count.

Method Details

Calculate() public méthode

Amount of not empty positions, in other words elements count.
public Calculate ( Chain chain, Link link ) : double
chain Chain /// Source sequence. ///
link Link /// Redundant parameter, not used in calculations. ///
Résultat double

Calculate() public méthode

Amount of not empty positions, in other words elements count.
public Calculate ( CongenericChain chain, Link link ) : double
chain CongenericChain /// Source sequence. ///
link Link /// Redundant parameter, not used in calculations. ///
Résultat double