C# Class LibiadaCore.Misc.Iterators.CutRuleWithShiftedAndFixedStart

Cut rule with fixed and shifted start.
Inheritance: CutRule
显示文件 Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Methods

Method Description
CutRuleWithShiftedAndFixedStart ( int length, int step, int startShift )

Initializes a new instance of the CutRuleWithShiftedAndFixedStart class.

GetIterator ( ) : CutRuleIterator

Returns iterator.

Method Details

CutRuleWithShiftedAndFixedStart() public method

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 method

Returns iterator.
public GetIterator ( ) : CutRuleIterator
return CutRuleIterator