C# 클래스 Clusterizator.Krab.Connection

Class-container for pair of points and their distances.
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : Connection

Creates copy of Connection.

Connection ( int firstIndex, int secondIndex ) : System

Initializes a new instance of the Connection class.

메소드 상세

Clone() 공개 메소드

Creates copy of Connection.
public Clone ( ) : Connection
리턴 Connection

Connection() 공개 메소드

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. ///
리턴 System