C# Класс Clusterizator.Krab.Calculators.TauStarCalculator

Calculator of local density of nodes.
Наследование: ICalculator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Calculate ( GraphManager graph ) : void

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

Приватные методы

Метод Описание
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.

Описание методов

Calculate() публичный Метод

Local density of nodes in neighborhood of given pair of nodes calculation method.
public Calculate ( GraphManager graph ) : void
graph GraphManager /// Connections graph. ///
Результат void