C# Class Segmenter.Model.Threshold.ThresholdFactory

Creates one of available threshold method
Afficher le fichier Open project: intervals-mining-lab/libiada-core

Méthodes publiques

Méthode Description
Make ( int index, Input input ) : ThresholdVariator

The make.

Method Details

Make() public static méthode

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