C# Class Segmenter.Model.Threshold.ThresholdRandom

The threshold random.
Inheritance: ThresholdVariator
显示文件 Open project: intervals-mining-lab/libiada-core

Public Methods

Method Description
Next ( Criterion criterion ) : double

The next.

ThresholdRandom ( double leftBound, double rightBound )

Initializes a new instance of the ThresholdRandom class.

Method Details

Next() public method

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

ThresholdRandom() public method

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