C# Class LibiadaCore.Misc.Iterators.SimpleCutRule

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

SimpleCutRule ( int chainLength, int step, int windowLength )

Initializes a new instance of the SimpleCutRule class.

Method Details

GetIterator() public méthode

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

SimpleCutRule() public méthode

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