C# Class Segmenter.Base.Collectors.DataCollector

Contains a pairs of objects word and its positions.
Show file Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Methods

Method Description
Add ( List accord, int position, int step ) : void

The add.

Add ( StartIterator iterator, int step ) : void

The add.

Entry ( ) : List>.Dictionary

Returns all entries from dictionary.

Positions ( List chain ) : List

Returns list of positions of given sequence?

Method Details

Add() public method

The add.
public Add ( List accord, int position, int step ) : void
accord List /// The accord. ///
position int /// The position. ///
step int /// The step. ///
return void

Add() public method

The add.
public Add ( StartIterator iterator, int step ) : void
iterator Segmenter.Base.Iterators.StartIterator /// The iterator. ///
step int /// The step. ///
return void

Entry() public method

Returns all entries from dictionary.
public Entry ( ) : List>.Dictionary
return List>.Dictionary

Positions() public method

Returns list of positions of given sequence?
public Positions ( List chain ) : List
chain List /// Sequence? ///
return List