C# Class Segmenter.Model.Threshold.ThresholdLinear

The threshold changes under the law of decrease the right bound upon concrete value
Inheritance: ThresholdVariator
显示文件 Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Methods

Method Description
Next ( Criterion criterion ) : double

The next.

ThresholdLinear ( double leftBound, double rightBound, double step ) : System

Initializes a new instance of the ThresholdLinear class.

Method Details

Next() public method

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

ThresholdLinear() public method

Initializes a new instance of the ThresholdLinear class.
public ThresholdLinear ( double leftBound, double rightBound, double step ) : System
leftBound double /// The left bound of threshold. ///
rightBound double /// The right bound of threshold. ///
step double /// The step. ///
return System