C# Класс Segmenter.Model.Threshold.ThresholdRandom

The threshold random.
Наследование: ThresholdVariator
Показать файл Открыть проект

Открытые методы

Метод Описание
Next ( Criterion criterion ) : double

The next.

ThresholdRandom ( double leftBound, double rightBound )

Initializes a new instance of the ThresholdRandom class.

Описание методов

Next() публичный Метод

The next.
public Next ( Criterion criterion ) : double
criterion Criterion /// The criterion. ///
Результат double

ThresholdRandom() публичный Метод

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