C# 클래스 Segmenter.Model.Threshold.ThresholdDichotomous

The threshold changes under the law of decrease the right or left bound on 50 % depending on the external rule
상속: ThresholdVariator
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

공개 메소드들

메소드 설명
Next ( Criterion criterion ) : double

The next.

ThresholdDichotomous ( double leftBound, double rightBound )

Initializes a new instance of the ThresholdDichotomous class.

메소드 상세

Next() 공개 메소드

The next.
public Next ( Criterion criterion ) : double
criterion Criterion /// The criterion. ///
리턴 double

ThresholdDichotomous() 공개 메소드

Initializes a new instance of the ThresholdDichotomous class.
public ThresholdDichotomous ( double leftBound, double rightBound )
leftBound double /// The left bound of threshold. ///
rightBound double /// The right bound of threshold. ///