C# Class Segmenter.Model.Threshold.ThresholdLinear

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

Méthodes publiques

Méthode 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 méthode

The next.
public Next ( Criterion criterion ) : double
criterion Criterion /// The criterion. ///
Résultat double

ThresholdLinear() public méthode

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. ///
Résultat System