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

The threshold changes under the law of decrease the right bound upon concrete value
Наследование: ThresholdVariator
Показать файл Открыть проект Примеры использования класса

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

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

The next.

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

Initializes a new instance of the ThresholdLinear class.

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

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

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

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

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. ///
Результат System