C# Класс Segmenter.Model.Threshold.ThresholdFactory

Creates one of available threshold method
Показать файл Открыть проект

Открытые методы

Метод Описание
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