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
Показать файл Открыть проект

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

Метод Описание
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. ///