C# 클래스 Segmenter.Model.Criterion.CriterionFactory

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

공개 메소드들

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

The make.

메소드 상세

Make() 공개 정적인 메소드

The make.
public static Make ( int index, ThresholdVariator threshold, Input input ) : Criterion
index int /// The index. ///
threshold Segmenter.Model.Threshold.ThresholdVariator /// The threshold. ///
input Input /// The input. ///
리턴 Criterion