C# Class LibiadaCore.Core.IntervalsManagers.AccordanceIntervalsManager

The accordance intervals manager.
Show file 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 property

First accordance intervals.
public List FilteredFirstIntervals
return List

FilteredSecondIntervals public property

Second accordance intervals.
public List FilteredSecondIntervals
return List

FirstOccurrencesCount public property

First element occurrences count.
public int FirstOccurrencesCount
return int

Length public property

The chains length.
public int Length
return int

SecondOccurrencesCount public property

Second element occurrences count.
public int SecondOccurrencesCount
return int