C# Class Clusterizator.Krab.Calculators.TauStarCalculator

Calculator of local density of nodes.
Inheritance: ICalculator
Exibir arquivo Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Methods

Method Description
Calculate ( GraphManager graph ) : void

Local density of nodes in neighborhood of given pair of nodes calculation method.

Private Methods

Method Description
BlockLength ( int element, int power ) : int

The block length.

GetBMinimum ( List graph, int elementsPower, int firstElement, int secondElement ) : double

Calculates minimal distance to the nodes pair (searches for the shortest adjacent connection).

SearchForMinimum ( List graph, int elementsPower, int element, int exceptedElement ) : double

The search for minimum.

Method Details

Calculate() public method

Local density of nodes in neighborhood of given pair of nodes calculation method.
public Calculate ( GraphManager graph ) : void
graph GraphManager /// Connections graph. ///
return void