C# Class LibiadaCore.Misc.Iterators.SimpleCutRuleWithShiftedStart

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

Public Methods

Method Description
GetIterator ( ) : CutRuleIterator

Creates an iterator for this cut rule.

SimpleCutRuleWithShiftedStart ( int chainLength, int step, int windowLength, int begin )

Initializes a new instance of the SimpleCutRuleWithShiftedStart class.

Method Details

GetIterator() public method

Creates an iterator for this cut rule.
public GetIterator ( ) : CutRuleIterator
return CutRuleIterator

SimpleCutRuleWithShiftedStart() public method

Initializes a new instance of the SimpleCutRuleWithShiftedStart class.
public SimpleCutRuleWithShiftedStart ( int chainLength, int step, int windowLength, int begin )
chainLength int /// Chain length. ///
step int /// Shift of iterator. ///
windowLength int /// Length of returned subsequence. ///
begin int /// Shift of start. ///