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

A centroid linker.
상속: ILinker
파일 보기 프로젝트 열기: sethjuarez/numl 1 사용 예제들

공개 메소드들

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

Constructor.

Distance ( IEnumerable x, IEnumerable y ) : double

Distances.

메소드 상세

CentroidLinker() 공개 메소드

Constructor.
public CentroidLinker ( 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