C# 클래스 Segmenter.Model.Threshold.ThresholdLinear

The threshold changes under the law of decrease the right bound upon concrete value
상속: ThresholdVariator
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

공개 메소드들

메소드 설명
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