C# Class Clusterizator.Krab.Connection

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

Public Methods

Method 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 method

Creates copy of Connection.
public Clone ( ) : Connection
return Connection

Connection() public method

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. ///
return System