C# Class Segmenter.Model.Criterion.CriterionFactory

Creates one of available criterion
显示文件 Open project: intervals-mining-lab/libiada-core

Public Methods

Method Description
Make ( int index, ThresholdVariator threshold, Input input ) : Criterion

The make.

Method Details

Make() public static method

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. ///
return Criterion