C# 클래스 numl.Math.Metrics.EuclidianDistance

An euclidian distance.
상속: IDistance
파일 보기 프로젝트 열기: sethjuarez/numl 1 사용 예제들

공개 메소드들

메소드 설명
Compute ( Vector x, Vector y ) : double

Computes.

메소드 상세

Compute() 공개 메소드

Computes.
public Compute ( Vector x, Vector y ) : double
x numl.Math.LinearAlgebra.Vector The Vector to process.
y numl.Math.LinearAlgebra.Vector The Vector to process.
리턴 double