C# Class LibiadaCore.Misc.Iterators.CutRuleWithShiftedAndFixedStart

Cut rule with fixed and shifted start.
Inheritance: CutRule
Afficher le fichier Open project: intervals-mining-lab/libiada-core Class Usage Examples

Méthodes publiques

Méthode Description
CutRuleWithShiftedAndFixedStart ( int length, int step, int startShift )

Initializes a new instance of the CutRuleWithShiftedAndFixedStart class.

GetIterator ( ) : CutRuleIterator

Returns iterator.

Method Details

CutRuleWithShiftedAndFixedStart() public méthode

Initializes a new instance of the CutRuleWithShiftedAndFixedStart class.
public CutRuleWithShiftedAndFixedStart ( int length, int step, int startShift )
length int /// Length of source chain. ///
step int /// Size of shift in elements. ///
startShift int /// Shift of the start in elements. ///

GetIterator() public méthode

Returns iterator.
public GetIterator ( ) : CutRuleIterator
Résultat CutRuleIterator