C# Class LibiadaCore.Misc.Iterators.DefaultCutRule

Cut rule with default starts and ends.
Inheritance: CutRule
Afficher le fichier Open project: intervals-mining-lab/libiada-core

Méthodes publiques

Méthode Description
DefaultCutRule ( List starts, List ends ) : System.Collections.Generic

Initializes a new instance of the DefaultCutRule class.

DefaultCutRule ( int start, int end ) : System.Collections.Generic

Initializes a new instance of the DefaultCutRule class with one subsequence.

GetIterator ( ) : CutRuleIterator

Returns iterator for this cut rule.

Method Details

DefaultCutRule() public méthode

Initializes a new instance of the DefaultCutRule class.
public DefaultCutRule ( List starts, List ends ) : System.Collections.Generic
starts List /// Start positions of subsequences. ///
ends List /// End positions of subsequences. ///
Résultat System.Collections.Generic

DefaultCutRule() public méthode

Initializes a new instance of the DefaultCutRule class with one subsequence.
public DefaultCutRule ( int start, int end ) : System.Collections.Generic
start int /// Start position of subsequence. ///
end int /// End position of subsequence. ///
Résultat System.Collections.Generic

GetIterator() public méthode

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