C# Class LibiadaCore.Core.IntervalsManagers.AccordanceIntervalsManager

The accordance intervals manager.
Datei anzeigen Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Properties

Property Type Description
FilteredFirstIntervals List
FilteredSecondIntervals List
FirstOccurrencesCount int
Length int
SecondOccurrencesCount int

Public Methods

Method Description
AccordanceIntervalsManager ( CongenericChain firstChain, CongenericChain secondChain ) : System.Collections.Generic

Initializes a new instance of the AccordanceIntervalsManager class.

Private Methods

Method Description
FillAccordanceIntervals ( ) : void

The fill accordance intervals.

Method Details

AccordanceIntervalsManager() public method

Initializes a new instance of the AccordanceIntervalsManager class.
public AccordanceIntervalsManager ( CongenericChain firstChain, CongenericChain secondChain ) : System.Collections.Generic
firstChain CongenericChain /// The first chain. ///
secondChain CongenericChain /// The second chain. ///
return System.Collections.Generic

Property Details

FilteredFirstIntervals public_oe property

First accordance intervals.
public List FilteredFirstIntervals
return List

FilteredSecondIntervals public_oe property

Second accordance intervals.
public List FilteredSecondIntervals
return List

FirstOccurrencesCount public_oe property

First element occurrences count.
public int FirstOccurrencesCount
return int

Length public_oe property

The chains length.
public int Length
return int

SecondOccurrencesCount public_oe property

Second element occurrences count.
public int SecondOccurrencesCount
return int