C# Class LibiadaCore.Misc.Iterators.CutRule

The cut rule for chain. Contains start and end positions for all subsequences.
显示文件 Open project: intervals-mining-lab/libiada-core Class Usage Examples

Protected Properties

Property Type Description
Ends List
Starts List

Public Methods

Method Description
GetIterator ( ) : CutRuleIterator

Method returning iterator for this cut rule.

Method Details

GetIterator() public abstract method

Method returning iterator for this cut rule.
public abstract GetIterator ( ) : CutRuleIterator
return CutRuleIterator

Property Details

Ends protected_oe property

The stops.
protected List Ends
return List

Starts protected_oe property

The starts.
protected List Starts
return List