C# Класс Segmenter.Model.Criterion.CriterionFactory

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

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

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