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

Creates one of available threshold method
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

공개 메소드들

메소드 설명
Make ( int index, Input input ) : ThresholdVariator

The make.

메소드 상세

Make() 공개 정적인 메소드

The make.
/// Thrown if index is unknown. ///
public static Make ( int index, Input input ) : ThresholdVariator
index int /// The index. ///
input Input /// The input. ///
리턴 ThresholdVariator