C# Class Segmenter.Base.Collectors.DataCollector

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

Méthodes publiques

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

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

Add() public méthode

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

Entry() public méthode

Returns all entries from dictionary.
public Entry ( ) : List>.Dictionary
Résultat List>.Dictionary

Positions() public méthode

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