C# Class Segmenter.Model.Threshold.ThresholdDichotomous

The threshold changes under the law of decrease the right or left bound on 50 % depending on the external rule
Inheritance: ThresholdVariator
显示文件 Open project: intervals-mining-lab/libiada-core

Public Methods

Method Description
Next ( Criterion criterion ) : double

The next.

ThresholdDichotomous ( double leftBound, double rightBound )

Initializes a new instance of the ThresholdDichotomous class.

Method Details

Next() public method

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

ThresholdDichotomous() public method

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