C# 클래스 numl.Math.Linkers.CompleteLinker

A complete linker.
상속: ILinker
파일 보기 프로젝트 열기: sethjuarez/numl

공개 메소드들

메소드 설명
CompleteLinker ( IDistance metric ) : System

Constructor.

Distance ( IEnumerable x, IEnumerable y ) : double

Distances.

메소드 상세

CompleteLinker() 공개 메소드

Constructor.
public CompleteLinker ( IDistance metric ) : System
metric IDistance The metric.
리턴 System

Distance() 공개 메소드

Distances.
public Distance ( IEnumerable x, IEnumerable y ) : double
x IEnumerable The IEnumerable<Vector> to process.
y IEnumerable The IEnumerable<Vector> to process.
리턴 double