C# Class Clusterizator.Krab.Connection

Class-container for pair of points and their distances.
Afficher le fichier Open project: intervals-mining-lab/libiada-core Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : Connection

Creates copy of Connection.

Connection ( int firstIndex, int secondIndex ) : System

Initializes a new instance of the Connection class.

Method Details

Clone() public méthode

Creates copy of Connection.
public Clone ( ) : Connection
Résultat Connection

Connection() public méthode

Initializes a new instance of the Connection class.
/// Thrown if index or indexes are negative. ///
public Connection ( int firstIndex, int secondIndex ) : System
firstIndex int /// Index of first point. ///
secondIndex int /// Index of second point. ///
Résultat System