C# 클래스 LibiadaCore.Core.Characteristics.Calculators.ElementsCount

Elements count.
상속: ICalculator
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Calculate() 공개 메소드

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. ///
리턴 double

Calculate() 공개 메소드

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. ///
리턴 double