C# Class Segmenter.Model.Threshold.ThresholdFactory

Creates one of available threshold method
Mostra file Open project: intervals-mining-lab/libiada-core

Public Methods

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

The make.

Method Details

Make() public static method

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