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

The mutual compliance degree.
Inheritance: IAccordanceCalculator
Afficher le fichier Open project: intervals-mining-lab/libiada-core

Méthodes publiques

Méthode Description
Calculate ( CongenericChain firstChain, CongenericChain secondChain, Link link ) : double

Calculation method.

Method Details

Calculate() public méthode

Calculation method.
public Calculate ( CongenericChain firstChain, CongenericChain secondChain, Link link ) : double
firstChain CongenericChain /// The first chain. ///
secondChain CongenericChain /// The second chain. ///
link Link /// The link. ///
Résultat double