C# Class LibiadaCore.Misc.Iterators.SimpleCutRule

A simple cut rule.
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.

SimpleCutRule ( int chainLength, int step, int windowLength )

Initializes a new instance of the SimpleCutRule class.

Method Details

GetIterator() public method

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

SimpleCutRule() public method

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