C# Class LibiadaCore.Misc.Iterators.SimpleCutRuleWithShiftedStart

The simple cut rule with shifted start.
Inheritance: CutRule
Afficher le fichier Open project: intervals-mining-lab/libiada-core Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Creates an iterator for this cut rule.
public GetIterator ( ) : CutRuleIterator
Résultat CutRuleIterator

SimpleCutRuleWithShiftedStart() public méthode

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. ///